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 | ¨ù¢´ | 10101000111110011010001010110100 | a8f9a2b4 |
| SJIS-WIN | ¨?¢´ | 10000001010011100011111110000001100100011000000101001100 | 814e3f8191814c |
| EUC-JP | ¨ù¢´ | 101000011010111110001111101010111110001110100001111100011010000110101101 | a1af8fabe3a1f1a1ad |
| UTF-8 | ¨ù¢´ | 1100001010101000110000111011100111000010101000101100001010110100 | c2a8c3b9c2a2c2b4 |
| UHC | ¨??´ | 101000011010011100111111001111111010001010100101 | a1a73f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)