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 | 跿ク逎 | 1110011011110011101110001110011110100011 | e6f3b8e7a3 |
| EUC-JP | 跿ク逎 | 111011001111010110001110101110001110111010100101 | ecf58eb8eea5 |
| UTF-8 | 跿ク逎 | 111010001011011110111111111011111011110110111000111010011000000010001110 | e8b7bfefbdb8e9808e |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)