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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 曖??@h | 100111100100001000111111001111110100000001101000 | 9e423f3f4068 |
EUC-JP | 曖??@h | 110110111010001100111111001111110100000001101000 | dba33f3f4068 |
UTF-8 | 曖럮뢈@h | 1110011010011011100101101110101110011111101011101110101110100010100010000100000001101000 | e69b96eb9faeeba2884068 |
UHC | 曖럮뢈@h | 1110010011110010100011101000111110001111010001000100000001101000 | e4f28e8f8f444068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)