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 | 跟∵事 | 111001101110111010000001111001101000111010010110 | e6ee81e68e96 |
| EUC-JP | 跟∵事 | 111011001111000010100010111010001011101111110110 | ecf0a2e8bbf6 |
| UTF-8 | 跟∵事 | 111010001011011110011111111000101000100010110101111001001011101010001011 | e8b79fe288b5e4ba8b |
| UHC | ?∵事 | 0011111110100001111100011101111011000000 | 3fa1f1dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)