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 | 襞肴4@h | 1110010111111100100011011110011010000010010100110100000001101000 | e5fc8de682534068 |
EUC-JP | 襞肴4@h | 1110101011111110101110101110100010100011101101000100000001101000 | eafebae8a3b44068 |
UTF-8 | 襞肴4@h | 1110100010100101100111101110100010000010101101001110111110111100100101000100000001101000 | e8a59ee882b4efbc944068 |
UHC | ?肴4@h | 00111111111111011010001010100011101101000100000001101000 | 3ffda2a3b44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)