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 | H`^ | 10010010010010000110000001011110 | 9248605e |
SJIS-WIN | ?H`^ | 00111111010010000110000001011110 | 3f48605e |
EUC-JP | ?H`^ | 00111111010010000110000001011110 | 3f48605e |
UTF-8 | H`^ | 1100001010010010010010000110000001011110 | c29248605e |
UHC | ?H`^ | 00111111010010000110000001011110 | 3f48605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)