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 | F`h | 1001001001000110100011000110000001101000 | 92468c6068 |
SJIS-WIN | ?F?`h | 0011111101000110001111110110000001101000 | 3f463f6068 |
EUC-JP | ?F?`h | 0011111101000110001111110110000001101000 | 3f463f6068 |
UTF-8 | F`h | 11000010100100100100011011000010100011000110000001101000 | c29246c28c6068 |
UHC | ?F?`h | 0011111101000110001111110110000001101000 | 3f463f6068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)