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 | {cG | 10011111011110110110001101000111 | 9f7b6347 |
SJIS-WIN | ?{cG | 00111111011110110110001101000111 | 3f7b6347 |
EUC-JP | ?{cG | 00111111011110110110001101000111 | 3f7b6347 |
UTF-8 | {cG | 1100001010011111011110110110001101000111 | c29f7b6347 |
UHC | ?{cG | 00111111011110110110001101000111 | 3f7b6347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)