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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 槨儡黴^ | 10011110110110001001100101010011111010101000000001011110 | 9ed89953ea805e |
EUC-JP | 槨儡黴^ | 11011100110110101101000110110100111100111110000001011110 | dcdad1b4f3e05e |
UTF-8 | 槨儡黴^ | 11100110101001111010100011100101100001001010000111101001101110111011010001011110 | e6a7a8e584a1e9bbb45e |
UHC | 槨儡黴^ | 11001110101010101101011011101101110110101011110101011110 | ceaad6eddabd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)