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 | 拔弖愧 | 100111010101010110011100010101101001110011000001 | 9d559c569cc1 |
| EUC-JP | 拔弖愧 | 110110011011011011010111101101111101100011000011 | d9b6d7b7d8c3 |
| UTF-8 | 拔弖愧 | 111001101000101110010100111001011011110010010110111001101000010010100111 | e68b94e5bc96e684a7 |
| UHC | 拔?愧 | 1101101011111011001111111100111011010111 | dafb3fced7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)