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 | Ze | 100100100101101001100101 | 925a65 |
| SJIS-WIN | ?Ze | 001111110101101001100101 | 3f5a65 |
| EUC-JP | ?Ze | 001111110101101001100101 | 3f5a65 |
| UTF-8 | Ze | 11000010100100100101101001100101 | c2925a65 |
| UHC | ?Ze | 001111110101101001100101 | 3f5a65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)