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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 燒? | 111000001001011000111111 | e0963f |
| EUC-JP | 燒? | 110111111111011000111111 | dff63f |
| UTF-8 | 燒挻 | 111001111000011110010010111001101000110010111011 | e78792e68cbb |
| UHC | 燒挻 | 11100001110000001110011011001001 | e1c0e6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)