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 | メ觴 | 110100101110011001011011 | d2e65b |
EUC-JP | メ觴 | 10001110110100101110101110111100 | 8ed2ebbc |
UTF-8 | メ觴 | 111011111011111010010010111010001010011110110100 | efbe92e8a7b4 |
UHC | ?觴 | 001111111101111111011000 | 3fdfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)