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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 蛇車@h | 100011101101011010001110110101000100000001101000 | 8ed68ed44068 |
EUC-JP | 蛇車@h | 101111001101100010111100110101100100000001101000 | bcd8bcd64068 |
UTF-8 | 蛇車@h | 1110100010011011100001111110100010111011100010100100000001101000 | e89b87e8bb8a4068 |
UHC | 蛇車@h | 110111101110111111110011101100110100000001101000 | deeff3b34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)