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 | 100110100100110001100101 | 9a4c65 |
| EUC-JP | 哭e | 110100111010110101100101 | d3ad65 |
| UTF-8 | 哭e | 11100101100100111010110101100101 | e593ad65 |
| UHC | 哭e | 110011011101011001100101 | cdd665 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)