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 | Ͱ÷® | 11001101101100001111011110101110 | cdb0f7ae |
| SJIS-WIN | ?°÷? | 001111111000000110001011100000011000000000111111 | 3f818b81803f |
| EUC-JP | Ͱ÷® | 10001111101010101011111110100001111010111010000111100000100011111010001011101110 | 8faabfa1eba1e08fa2ee |
| UTF-8 | Ͱ÷® | 1100001110001101110000101011000011000011101101111100001010101110 | c38dc2b0c3b7c2ae |
| UHC | ?°÷® | 00111111101000011100011010100001110000001010001011100111 | 3fa1c6a1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)