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 | COCO^ | 10010010010000110100111110010010010000110100111101011110 | 92434f92434f5e |
SJIS-WIN | ?CO?CO^ | 00111111010000110100111100111111010000110100111101011110 | 3f434f3f434f5e |
EUC-JP | ?CO?CO^ | 00111111010000110100111100111111010000110100111101011110 | 3f434f3f434f5e |
UTF-8 | COCO^ | 110000101001001001000011010011111100001010010010010000110100111101011110 | c292434fc292434f5e |
UHC | ?CO?CO^ | 00111111010000110100111100111111010000110100111101011110 | 3f434f3f434f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)