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 | ×÷û | 10001111110101111111011111111011 | 8fd7f7fb |
| SJIS-WIN | ?×÷? | 001111111000000101111110100000011000000000111111 | 3f817e81803f |
| EUC-JP | ?×÷û | 0011111110100001110111111010000111100000100011111010101111100101 | 3fa1dfa1e08fabe5 |
| UTF-8 | ×÷û | 1100001010001111110000111001011111000011101101111100001110111011 | c28fc397c3b7c3bb |
| UHC | ?×÷? | 001111111010000110111111101000011100000000111111 | 3fa1bfa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)