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 | ?@h | 001111110100000001101000 | 3f4068 |
SJIS-WIN | 獻@h | 11100000110110010100000001101000 | e0d94068 |
EUC-JP | 獻@h | 11100000110110110100000001101000 | e0db4068 |
UTF-8 | 獻@h | 1110011110001101101110110100000001101000 | e78dbb4068 |
UHC | 獻@h | 11111010110011000100000001101000 | facc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)