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 | ?I | 0011111101001001 | 3f49 |
SJIS-WIN | 廈I | 100110111111101001001001 | 9bfa49 |
EUC-JP | 廈I | 110101101111110001001001 | d6fc49 |
UTF-8 | 廈I | 11100101101110111000100001001001 | e5bb8849 |
UHC | 廈I | 111110011011111101001001 | f9bf49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)