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 | 棕?解 | 1001111010100001001111111000100111110000 | 9ea13f89f0 |
| EUC-JP | 棕?解 | 1101110010100011001111111011001011110010 | dca33fb2f2 |
| UTF-8 | 棕렋解 | 111001101010001110010101111010111010000010001011111010001010011110100011 | e6a395eba08be8a7a3 |
| UHC | 棕렋解 | 111100001111011110001110101000101111101010110000 | f0f78ea2fab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)