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 | 質式 | 10001110101111111000111010101110 | 8ebf8eae |
| EUC-JP | 質式 | 10111100110000011011110010110000 | bcc1bcb0 |
| UTF-8 | 質式 | 111010001011001110101010111001011011110010001111 | e8b3aae5bc8f |
| UHC | 質式 | 11110010111101011110001111010010 | f2f5e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)