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 | 袿瞭 | 11100101110111011001011111000100 | e5dd97c4 |
| EUC-JP | 袿瞭 | 11101010110111111100111011000110 | eadfcec6 |
| UTF-8 | 袿瞭 | 111010001010001010111111111001111001111010101101 | e8a2bfe79ead |
| UHC | ?瞭 | 001111111101011011111100 | 3fd6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)