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 | 釡 | 11110101110100111110011111011011 | f5d3e7db |
| EUC-JP | ?釡 | 001111111110111011011101 | 3feedd |
| UTF-8 | 釡 | 111011101001000010111110111010011000011110100001 | ee90bee987a1 |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)