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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| SJIS-WIN | 治爨捨e | 10001110101000011110000010100100100011101100110001100101 | 8ea1e0a48ecc65 |
| EUC-JP | 治爨捨e | 10111100101000111110000010100110101111001100111001100101 | bca3e0a6bcce65 |
| UTF-8 | 治爨捨e | 11100110101100101011101111100111100010001010100011100110100011011010100001100101 | e6b2bbe788a8e68da865 |
| UHC | 治?捨e | 111101101011110100111111110111101101011101100101 | f6bd3fded765 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)