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 | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
EUC-JP | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
UTF-8 | ӣCDӣCD^ | 110100111010001101000011010001001101001110100011010000110100010001011110 | d3a34344d3a343445e |
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)