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 | 0011111101000001 | 3f41 |
| SJIS-WIN | 跼A | 111001101111000001000001 | e6f041 |
| EUC-JP | 跼A | 111011001111001001000001 | ecf241 |
| UTF-8 | 跼A | 11101000101101111011110001000001 | e8b7bc41 |
| UHC | ?A | 0011111101000001 | 3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)