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 | 100111101011111010010101101100110100001001000110 | 9ebe95b34246 |
EUC-JP | 楡糞BF | 110111001100000011001010101101010100001001000110 | dcc0cab54246 |
UTF-8 | 楡糞BF | 1110011010100101101000011110011110110011100111100100001001000110 | e6a5a1e7b39e4246 |
UHC | 楡糞BF | 111010101111100011011101110100000100001001000110 | eaf8ddd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)