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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 阮宣・ | 1110100010010110100100001110100110100101 | e89690e9a5 |
| EUC-JP | 阮宣・ | 111011111111011011000000111010111000111010100101 | eff6c0eb8ea5 |
| UTF-8 | 阮宣・ | 111010011001100010101110111001011010111010100011111011111011110110100101 | e998aee5aea3efbda5 |
| UHC | 阮宣? | 1110100011010110111000001011111000111111 | e8d6e0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)