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 | 嶸疾鴟 | 111110101011010010001110101111101110100111110100 | fab48ebee9f4 |
| EUC-JP | 嶸疾鴟 | 10001111101110111111010010111100110000001111001011110110 | 8fbbf4bcc0f2f6 |
| UTF-8 | 嶸疾鴟 | 111001011011011010111000111001111001011010111110111010011011010010011111 | e5b6b8e796bee9b49f |
| UHC | 嶸疾? | 1110011110101110111100101111000000111111 | e7aef2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)