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 | 雕昴Ξ蟯。 | 111010001011100010011101111000111000001110101100111001011011001010100001 | e8b89de383ace5b2a1 |
| EUC-JP | 雕昴Ξ蟯。 | 11110000101110101101101011100101101001101010111011101010101101001000111010100001 | f0badae5a6aeeab48ea1 |
| UTF-8 | 雕昴Ξ蟯。 | 1110100110011011100101011110011010011000101101001100111010011110111010001001111110101111111011111011110110100001 | e99b95e698b4ce9ee89fafefbda1 |
| UHC | 雕昴Ξ蟯? | 111100001110011111011001110110111010010111001110111010011010100000111111 | f0e7d9dba5cee9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)