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 | 榮? | 100111101100010000111111 | 9ec43f |
| EUC-JP | 榮? | 110111001100011000111111 | dcc63f |
| UTF-8 | 榮낶 | 111001101010011010101110111010111000001010110110 | e6a6aeeb82b6 |
| UHC | 榮낶 | 11100111101101001000011001000111 | e7b48647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)