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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 妖↓?B | 100101110110010010000001101010110011111101000010 | 976481ab3f42 |
| EUC-JP | 妖↓?B | 110011011100010110100010101011010011111101000010 | cdc5a2ad3f42 |
| UTF-8 | 妖↓룪B | 11100101101001101001011011100010100001101001001111101011101000111010101001000010 | e5a696e28693eba3aa42 |
| UHC | 妖↓룪B | 11101000111011011010000111101001100011111010000101000010 | e8eda1e98fa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)