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 | 嗽尤 | 10011010011101011001011011011110 | 9a7596de |
EUC-JP | 嗽尤 | 11010011110101101100110011100000 | d3d6cce0 |
UTF-8 | 嗽尤 | 111001011001011110111101111001011011000010100100 | e597bde5b0a4 |
UHC | 嗽尤 | 11100001111101011110100111010110 | e1f5e9d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)