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 | 髮主ョ」笏 | 1110100110011011100011101110010110101110101000111110001010010100 | e99b8ee5aea3e294 |
| EUC-JP | 髮主ョ」笏 | 11110001111110111011110011100111100011101010111010001110101000111110001111110100 | f1fbbce78eae8ea3e3f4 |
| UTF-8 | 髮主ョ」笏 | 111010011010101110101110111001001011100010111011111011111011110110101110111011111011110110100011111001111010110010001111 | e9abaee4b8bbefbdaeefbda3e7ac8f |
| UHC | 髮主??笏 | 1101101110100101111100011010101100111111001111111111101111101110 | dba5f1ab3f3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)