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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
| SJIS-WIN | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
| EUC-JP | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
| UTF-8 | 묧E묧EB | 111010111010110010100111010001011110101110101100101001110100010101000010 | ebaca745ebaca74542 |
| UHC | 묧E묧EB | 10010001111111100100010110010001111111100100010101000010 | 91fe4591fe4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)