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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邵跣 | 11100111101110001110011011101111 | e7b8e6ef |
EUC-JP | 邵跣 | 11101110101110101110110011110001 | eebaecf1 |
UTF-8 | 邵跣 | 111010011000001010110101111010001011011110100011 | e982b5e8b7a3 |
UHC | 邵跣 | 11100001110100001110000011010011 | e1d0e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)