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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 蝨嗽oBF | 11100101100111001001101001110101011011110100001001000110 | e59c9a756f4246 |
EUC-JP | 蝨嗽oBF | 11101001111111001101001111010110011011110100001001000110 | e9fcd3d66f4246 |
UTF-8 | 蝨嗽oBF | 111010001001110110101000111001011001011110111101011011110100001001000110 | e89da8e597bd6f4246 |
UHC | 蝨嗽oBF | 11100011101001001110000111110101011011110100001001000110 | e3a4e1f56f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)