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 | 薛驃 | 11100101010011001110100101111110 | e54ce97e |
| EUC-JP | 薛驃 | 11101001101011011111000111011111 | e9adf1df |
| UTF-8 | 薛驃 | 111010001001011010011011111010011010100110000011 | e8969be9a983 |
| UHC | 薛驃 | 11100000111000001111100011111110 | e0e0f8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)