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^ | 11100010010101110100010011100010010101110100010001011110 | e25744e257445e |
EUC-JP | 禪D禪D^ | 11100011101110000100010011100011101110000100010001011110 | e3b844e3b8445e |
UTF-8 | 禪D禪D^ | 111001111010011010101010010001001110011110100110101010100100010001011110 | e7a6aa44e7a6aa445e |
UHC | 禪D禪D^ | 11100000110010010100010011100000110010010100010001011110 | e0c944e0c9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)