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 | 誰脱 | 10010010010011101001001001000101 | 924e9245 |
| EUC-JP | 誰脱 | 11000011101011111100001110100110 | c3afc3a6 |
| UTF-8 | 誰脱 | 111010001010101010110000111010001000010010110001 | e8aab0e884b1 |
| UHC | 誰? | 111000101100000100111111 | e2c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)