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^ | 11100010010000010100010011100010010000010100010001011110 | e24144e241445e |
EUC-JP | 磚D磚D^ | 11100011101000100100010011100011101000100100010001011110 | e3a244e3a2445e |
UTF-8 | 磚D磚D^ | 111001111010001110011010010001001110011110100011100110100100010001011110 | e7a39a44e7a39a445e |
UHC | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)