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 | 枳???展 | 10011110011010110011111100111111001111111001001101010111 | 9e6b3f3f3f9357 |
EUC-JP | 枳?雩?展 | 110110111100110000111111100011111110011011111010001111111100010110111000 | dbcc3f8fe6fa3fc5b8 |
UTF-8 | 枳렟雩렮展 | 111001101001111010110011111010111010000010011111111010011001101110101001111010111010000010101110111001011011000110010101 | e69eb3eba09fe99ba9eba0aee5b195 |
UHC | 枳렟雩렮展 | 11110010101011001000111010110000111010011110110010001110101110111110111011110111 | f2ac8eb0e9ec8ebbeef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)