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 | 鴦觴 | 11101001111100011110011001011011 | e9f1e65b |
EUC-JP | 鴦觴 | 11110010111100111110101110111100 | f2f3ebbc |
UTF-8 | 鴦觴 | 111010011011010010100110111010001010011110110100 | e9b4a6e8a7b4 |
UHC | 鴦觴 | 11100100111011001101111111011000 | e4ecdfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)