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 | ?N | 0011111101001110 | 3f4e |
| SJIS-WIN | 叩N | 100100100100000001001110 | 92404e |
| EUC-JP | 叩N | 110000111010000101001110 | c3a14e |
| UTF-8 | 叩N | 11100101100011111010100101001110 | e58fa94e |
| UHC | 叩N | 110011011011000001001110 | cdb04e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)