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 | 詢嗽 | 11100110011011011001101001110101 | e66d9a75 |
EUC-JP | 詢嗽 | 11101011110011101101001111010110 | ebced3d6 |
UTF-8 | 詢嗽 | 111010001010100110100010111001011001011110111101 | e8a9a2e597bd |
UHC | 詢嗽 | 11100010111100111110000111110101 | e2f3e1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)