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^ | 10010001011010000100010010010001011010000100010001011110 | 9168449168445e |
EUC-JP | 蘇D蘇D^ | 11000001110010010100010011000001110010010100010001011110 | c1c944c1c9445e |
UTF-8 | 蘇D蘇D^ | 111010001001100010000111010001001110100010011000100001110100010001011110 | e8988744e89887445e |
UHC | 蘇D蘇D^ | 11100001110011000100010011100001110011000100010001011110 | e1cc44e1cc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)