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 | 100110001010011101000110 | 98a746 |
EUC-JP | 乂F | 110100001010100101000110 | d0a946 |
UTF-8 | 乂F | 11100100101110011000001001000110 | e4b98246 |
UHC | 乂F | 111001111101000101000110 | e7d146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)