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 | ??æ? | 00111111001111111110011000111111 | 3f3fe63f |
| SJIS-WIN | 苡←?揄 | 11100100100011111000000110101001001111111001110110001001 | e48f81a93f9d89 |
| EUC-JP | 苡←æ揄 | 111001111110111110100010101010111000111110101001110000011101100111101001 | e7efa2ab8fa9c1d9e9 |
| UTF-8 | 苡←æ揄 | 1110100010001011101000011110001010000110100100001100001110100110111001101000111110000100 | e88ba1e28690c3a6e68f84 |
| UHC | 苡←æ揄 | 1110110010111110101000011110011110101001101000011110101011110001 | ecbea1e7a9a1eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)