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 | 焏情瞳 | 111110110101001110001111111011101001001110110101 | fb538fee93b5 |
| EUC-JP | 焏情瞳 | 10001111110010011110100110111110111100001100011010110111 | 8fc9e9bef0c6b7 |
| UTF-8 | 焏情瞳 | 111001111000010010001111111001101000001110000101111001111001111010110011 | e7848fe68385e79eb3 |
| UHC | ?情瞳 | 0011111111101111110101111101010011011010 | 3fefd7d4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)