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 | 隆饌 | 10010111101100101110100101100001 | 97b2e961 |
| EUC-JP | 隆饌 | 11001110101101001111000111000010 | ceb4f1c2 |
| UTF-8 | 隆饌 | 111010011001101010000110111010011010010110001100 | e99a86e9a58c |
| UHC | 隆饌 | 11010111110011001111001111001010 | d7ccf3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)