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 | 襌碁ざ紆宴 | 11100101111110011000110011101001100000101011010011100010111111001000100110000011 | e5f98ce982b4e2fc8983 |
EUC-JP | 襌碁ざ紆宴 | 11101010111110111011100011101011101001001011011011100100111111101011000111100011 | eafbb8eba4b6e4feb1e3 |
UTF-8 | 襌碁ざ紆宴 | 111010001010010110001100111001111010001010000001111000111000000110010110111001111011010010000110111001011010111010110100 | e8a58ce7a281e38196e7b486e5aeb4 |
UHC | ?碁ざ紆宴 | 001111111101000110110011101010101011011011101001111000011110011011000011 | 3fd1b3aab6e9e1e6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)