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 | 0011111101101000 | 3f68 |
SJIS-WIN | 港h | 100011010110000001101000 | 8d6068 |
EUC-JP | 港h | 101110011100000101101000 | b9c168 |
UTF-8 | 港h | 11100110101110001010111101101000 | e6b8af68 |
UHC | 港h | 111110011111101101101000 | f9fb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)