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 | I@h | 10001111010010010100000001101000 | 8f494068 |
SJIS-WIN | ?I@h | 00111111010010010100000001101000 | 3f494068 |
EUC-JP | ?I@h | 00111111010010010100000001101000 | 3f494068 |
UTF-8 | I@h | 1100001010001111010010010100000001101000 | c28f494068 |
UHC | ?I@h | 00111111010010010100000001101000 | 3f494068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)