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 | CHG | 10010010010000110100100001000111 | 92434847 |
SJIS-WIN | ?CHG | 00111111010000110100100001000111 | 3f434847 |
EUC-JP | ?CHG | 00111111010000110100100001000111 | 3f434847 |
UTF-8 | CHG | 1100001010010010010000110100100001000111 | c292434847 |
UHC | ?CHG | 00111111010000110100100001000111 | 3f434847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)