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 | 往? | 100010011001110100111111 | 899d3f |
| EUC-JP | 往? | 101100011111110100111111 | b1fd3f |
| UTF-8 | 往숞 | 111001011011111010000000111011001000100010011110 | e5be80ec889e |
| UHC | 往숞 | 11101000110110011001100111111011 | e8d999fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)