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 | CDCD^ | 10010111010000110100010010010111010000110100010001011110 | 9743449743445e |
SJIS-WIN | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
EUC-JP | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
UTF-8 | CDCD^ | 110000101001011101000011010001001100001010010111010000110100010001011110 | c2974344c29743445e |
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)