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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?鬼?∮? | 00111111100010110101001100111111100001111001001100111111 | 3f8b533f87933f |
| EUC-JP | ?鬼??? | 001111111011010110110100001111110011111100111111 | 3fb5b43f3f3f |
| UTF-8 | 룵鬼卽∮룶 | 111010111010001110110101111010011010110010111100111001011000110110111101111000101000100010101110111010111010001110110110 | eba3b5e9acbce58dbde288aeeba3b6 |
| UHC | 룵鬼卽∮룶 | 10001111101010101101000010100001111100011110110110100010101100011000111110101011 | 8faad0a1f1eda2b18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)