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 | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-WIN | 襭炊遣ZB | 1110011001000010100100001000011010001100101011010101101001000010 | e64290868cad5a42 |
EUC-JP | 襭炊遣ZB | 1110101110100011101111111110011010111000101011110101101001000010 | eba3bfe6b8af5a42 |
UTF-8 | 襭炊遣ZB | 1110100010100101101011011110011110000010100010101110100110000001101000110101101001000010 | e8a5ade7828ae981a35a42 |
UHC | ?炊遣ZB | 00111111111101101010011111001100101110100101101001000010 | 3ff6a7ccba5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)