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 | 0011111101100101 | 3f65 |
| SJIS-WIN | 奪e | 100100100100010001100101 | 924465 |
| EUC-JP | 奪e | 110000111010010101100101 | c3a565 |
| UTF-8 | 奪e | 11100101101001011010101001100101 | e5a5aa65 |
| UHC | 奪e | 111101111010110001100101 | f7ac65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)