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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
| SJIS-WIN | 叩E叩EB | 10010010010000000100010110010010010000000100010101000010 | 92404592404542 |
| EUC-JP | 叩E叩EB | 11000011101000010100010111000011101000010100010101000010 | c3a145c3a14542 |
| UTF-8 | 叩E叩EB | 111001011000111110101001010001011110010110001111101010010100010101000010 | e58fa945e58fa94542 |
| UHC | 叩E叩EB | 11001101101100000100010111001101101100000100010101000010 | cdb045cdb04542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)