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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
| SJIS-WIN | □∫??G | 10000001101000001000000111100111001111110011111101000111 | 81a081e73f3f47 |
| EUC-JP | □∫??G | 10100010101000101010001011101001001111110011111101000111 | a2a2a2e93f3f47 |
| UTF-8 | □∫룵句G | 11100010100101101010000111100010100010001010101111101011101000111011010111101111101001001000011001000111 | e296a1e288abeba3b5efa48647 |
| UHC | □∫룵句G | 101000011110000010100001111100101000111110101010110011111111101101000111 | a1e0a1f28faacffb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)