To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逍疲コキ謚 | 1110011110010110100101001110011010111010101101111110011010001010 | e79694e6bab7e68a |
EUC-JP | 逍疲コキ謚 | 11101101111101101100100011101000100011101011101010001110101101111110101111101010 | edf6c8e88eba8eb7ebea |
UTF-8 | 逍疲コキ謚 | 111010011000000010001101111001111001011010110010111011111011110110111010111011111011110110110111111010001010110010011010 | e9808de796b2efbdbaefbdb7e8ac9a |
UHC | 逍疲??謚 | 1110000111001110111110011010101000111111001111111110110011010000 | e1cef9aa3f3fecd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)