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^ | 11100010010000110100010011100010010000110100010001011110 | e24344e243445e |
SJIS-WIN | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
EUC-JP | âCDâCD^ | 1000111110101011101001000100001101000100100011111010101110100100010000110100010001011110 | 8faba443448faba443445e |
UTF-8 | âCDâCD^ | 110000111010001001000011010001001100001110100010010000110100010001011110 | c3a24344c3a243445e |
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)