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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 兌墓粒 | 100110010101101110010101111001101001011110110001 | 995b95e697b1 |
| EUC-JP | 兌墓粒 | 110100011011110011001010111010001100111010110011 | d1bccae8ceb3 |
| UTF-8 | 兌墓粒 | 111001011000010110001100111001011010001010010011111001111011001010010010 | e5858ce5a293e7b292 |
| UHC | 兌墓粒 | 111101111011101011011001110101111101100010100011 | f7bad9d7d8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)