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 | ?X | 0011111101011000 | 3f58 |
| SJIS-WIN | 達X | 100100100100001001011000 | 924258 |
| EUC-JP | 達X | 110000111010001101011000 | c3a358 |
| UTF-8 | 達X | 11101001100000011001010001011000 | e9819458 |
| UHC | 達X | 110100111011100101011000 | d3b958 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)