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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 餘??A | 1110100101010000001111110011111101000001 | e9503f3f41 |
| EUC-JP | 餘??A | 1111000110110001001111110011111101000001 | f1b13f3f41 |
| UTF-8 | 餘욆퀪A | 11101001101001001001100011101100100110101000011011101101100000001010101001000001 | e9a498ec9a86ed80aa41 |
| UHC | 餘욆퀪A | 11100110101011101001111011101000101100111001111001000001 | e6ae9ee8b39e41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)