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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 蜚ッ | 111001011001010010101111 | e594af |
| EUC-JP | 蜚ッ | 11101001111101001000111010101111 | e9f48eaf |
| UTF-8 | 蜚ッ | 111010001001110010011010111011111011110110101111 | e89c9aefbdaf |
| UHC | 蜚? | 110111101010010000111111 | dea43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)