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 | ?P@h | 00111111010100000100000001101000 | 3f504068 |
SJIS-WIN | ?P@h | 00111111010100000100000001101000 | 3f504068 |
EUC-JP | ?P@h | 00111111010100000100000001101000 | 3f504068 |
UTF-8 | 쉃P@h | 111011001000100110000011010100000100000001101000 | ec8983504068 |
UHC | 쉃P@h | 1001101001011000010100000100000001101000 | 9a58504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)