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 | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
SJIS-WIN | CDCD^ | 111101101110001101000011010001001111011011100011010000110100010001011110 | f6e34344f6e343445e |
EUC-JP | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
UTF-8 | CDCD^ | 1110111010010100100010100100001101000100111011101001010010001010010000110100010001011110 | ee948a4344ee948a43445e |
UHC | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)