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 | 11100011101000000100000001101000 | e3a04068 |
EUC-JP | 罌@h | 11100110101000100100000001101000 | e6a24068 |
UTF-8 | 罌@h | 1110011110111101100011000100000001101000 | e7bd8c4068 |
UHC | 罌@h | 11100101101000100100000001101000 | e5a24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)