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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 螳♀慌 | 111001011010111010000001100010101000110101010001 | e5ae818a8d51 |
| EUC-JP | 螳♀慌 | 111010101011000010100001111010101011100110110010 | eab0a1eab9b2 |
| UTF-8 | 螳♀慌 | 111010001001111010110011111000101001100110000000111001101000010110001100 | e89eb3e29980e6858c |
| UHC | 螳♀慌 | 110100111101100110100001110011111111110011001011 | d3d9a1cffccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)