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 | 珈韈珀哭獺 | 11100000110110111110100011100111111000001101111110011010010011001110000011011010 | e0dbe8e7e0df9a4ce0da |
EUC-JP | 珈韈珀哭獺 | 11100000110111011111000011101001111000001110000111010011101011011110000011011100 | e0ddf0e9e0e1d3ade0dc |
UTF-8 | 珈韈珀哭獺 | 111001111000111110001000111010011001111110001000111001111000111110000000111001011001001110101101111001111000110110111010 | e78f88e99f88e78f80e593ade78dba |
UHC | ??珀哭獺 | 0011111100111111110110101101011011001101110101101101001110110111 | 3f3fdad6cdd6d3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)