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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 楮糞BF | 100111101011100010010101101100110100001001000110 | 9eb895b34246 |
EUC-JP | 楮糞BF | 110111001011101011001010101101010100001001000110 | dcbacab54246 |
UTF-8 | 楮糞BF | 1110011010100101101011101110011110110011100111100100001001000110 | e6a5aee7b39e4246 |
UHC | 楮糞BF | 111011101011111111011101110100000100001001000110 | eebfddd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)