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 | 嶸橄 | 11111010101101001001111011101011 | fab49eeb |
EUC-JP | 嶸橄 | 1000111110111011111101001101110011101101 | 8fbbf4dced |
UTF-8 | 嶸橄 | 111001011011011010111000111001101010100110000100 | e5b6b8e6a984 |
UHC | 嶸橄 | 11100111101011101100101011110100 | e7aecaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)