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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 豚豚B | 1001001111011000100100111101100001000010 | 93d893d842 |
| EUC-JP | 豚豚B | 1100011011011010110001101101101001000010 | c6dac6da42 |
| UTF-8 | 豚豚B | 11101000101100011001101011101000101100011001101001000010 | e8b19ae8b19a42 |
| UHC | 豚豚B | 1101010011001010110101001100101001000010 | d4cad4ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)