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 | 齊拌┏愿? | 111010101000111010011101011000011000010010101100100111001100001100111111 | ea8e9d6184ac9cc33f |
| EUC-JP | 齊拌┏愿? | 111100111110111011011001110000101010100010101110110110001100010100111111 | f3eed9c2a8aed8c53f |
| UTF-8 | 齊拌┏愿렊 | 111010011011110110001010111001101000101110001100111000101001010010001111111001101000010010111111111010111010000010001010 | e9bd8ae68b8ce2948fe684bfeba08a |
| UHC | 齊拌┏愿렊 | 11110000101110101101101011100101101001101010111011101010101101001000111010100001 | f0badae5a6aeeab48ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)