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 | é÷Ó¢ | 11101001111101111101001110100010 | e9f7d3a2 |
| SJIS-WIN | ?÷?¢ | 001111111000000110000000001111111000000110010001 | 3f81803f8191 |
| EUC-JP | é÷Ó¢ | 10001111101010111011000110100001111000001000111110101010110100011010000111110001 | 8fabb1a1e08faad1a1f1 |
| UTF-8 | é÷Ó¢ | 1100001110101001110000111011011111000011100100111100001010100010 | c3a9c3b7c393c2a2 |
| UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)