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 | 袿絅蒻 | 111001011101110111100011010001001110010011101000 | e5dde344e4e8 |
| EUC-JP | 袿絅蒻 | 111010101101111111100101101001011110100011101010 | eadfe5a5e8ea |
| UTF-8 | 袿絅蒻 | 111010001010001010111111111001111011010110000101111010001001001010111011 | e8a2bfe7b585e892bb |
| UHC | ?絅蒻 | 0011111111001100111001111110010110110110 | 3fcce7e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)