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 | 0011111101000110 | 3f46 |
SJIS-WIN | ЩF | 100001000101101001000110 | 845a46 |
EUC-JP | ЩF | 101001111011101101000110 | a7bb46 |
UTF-8 | ЩF | 110100001010100101000110 | d0a946 |
UHC | ЩF | 101011001011101101000110 | acbb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)