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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 易ч?僥 | 10001000110101011000010010001001001111111001100101000110 | 88d584893f9946 |
| EUC-JP | 易ч?僥 | 10110000110101111010011111101001001111111101000110100111 | b0d7a7e93fd1a7 |
| UTF-8 | 易ч뮈僥 | 1110011010011000100100111101000110000111111010111010111010001000111001011000001110100101 | e69893d187ebae88e583a5 |
| UHC | 易ч뮈僥 | 1110011010110110101011001110100110111001101111111110100011101001 | e6b6ace9b9bfe8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)