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 | ?u | 0011111101110101 | 3f75 |
SJIS-WIN | 攀u | 100111011011001101110101 | 9db375 |
EUC-JP | 攀u | 110110101011010101110101 | dab575 |
UTF-8 | 攀u | 11100110100101001000000001110101 | e6948075 |
UHC | 攀u | 110110101110011101110101 | dae775 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)