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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 漆蛇^ | 1000111010111101100011101101011001011110 | 8ebd8ed65e |
| EUC-JP | 漆蛇^ | 1011110010111111101111001101100001011110 | bcbfbcd85e |
| UTF-8 | 漆蛇^ | 11100110101111001000011011101000100110111000011101011110 | e6bc86e89b875e |
| UHC | 漆蛇^ | 1111011011010100110111101110111101011110 | f6d4deef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)