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 | 豺擾スオ髮 | 1110011010110111100011111110111110111101101101011110100110011011 | e6b78fefbdb5e99b |
| EUC-JP | 豺擾スオ髮 | 11101100101110011011111011110001100011101011110110001110101101011111000111111011 | ecb9bef18ebd8eb5f1fb |
| UTF-8 | 豺擾スオ髮 | 111010001011000110111010111001101001001110111110111011111011110110111101111011111011110110110101111010011010101110101110 | e8b1bae693beefbdbdefbdb5e9abae |
| UHC | 豺擾??髮 | 1110001111001111111010001111011000111111001111111101101110100101 | e3cfe8f63f3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)