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 | 1001011101100101 | 9765 |
| SJIS-WIN | ?e | 0011111101100101 | 3f65 |
| EUC-JP | ?e | 0011111101100101 | 3f65 |
| UTF-8 | e | 110000101001011101100101 | c29765 |
| UHC | ?e | 0011111101100101 | 3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)