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 | AsAs^ | 10010010010000010111001110010010010000010111001101011110 | 9241739241735e |
SJIS-WIN | ?As?As^ | 00111111010000010111001100111111010000010111001101011110 | 3f41733f41735e |
EUC-JP | ?As?As^ | 00111111010000010111001100111111010000010111001101011110 | 3f41733f41735e |
UTF-8 | AsAs^ | 110000101001001001000001011100111100001010010010010000010111001101011110 | c2924173c29241735e |
UHC | ?As?As^ | 00111111010000010111001100111111010000010111001101011110 | 3f41733f41735e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)