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 | 岦竺妺七釤 | 11111010101011001000111010110001111110101010010110001110101101011111101110111111 | faac8eb1faa58eb5fbbf |
| EUC-JP | 岦竺妺七釤 | 10001111101110111011001110111100101100111000111110111001101101111011110010110111100011111110001110101010 | 8fbbb3bcb38fb9b7bcb78fe3aa |
| UTF-8 | 岦竺妺七釤 | 111001011011001010100110111001111010101110111010111001011010011010111010111001001011100010000011111010011000011110100100 | e5b2a6e7abbae5a6bae4b883e987a4 |
| UHC | ?竺?七? | 00111111111101011110011100111111111101101101001000111111 | 3ff5e73ff6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)