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 | 荼頏 | 11100100101101101110100011110000 | e4b6e8f0 |
| EUC-JP | 荼頏 | 11101000101110001111000011110010 | e8b8f0f2 |
| UTF-8 | 荼頏 | 111010001000110110111100111010011010000010001111 | e88dbce9a08f |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)