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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 蝨D蝨D^ | 11100101100111000100010011100101100111000100010001011110 | e59c44e59c445e |
EUC-JP | 蝨D蝨D^ | 11101001111111000100010011101001111111000100010001011110 | e9fc44e9fc445e |
UTF-8 | 蝨D蝨D^ | 111010001001110110101000010001001110100010011101101010000100010001011110 | e89da844e89da8445e |
UHC | 蝨D蝨D^ | 11100011101001000100010011100011101001000100010001011110 | e3a444e3a4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)