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 | ñê×¢ | 11110001111010101101011110100010 | f1ead7a2 |
| SJIS-WIN | ??×¢ | 001111110011111110000001011111101000000110010001 | 3f3f817e8191 |
| EUC-JP | ñê×¢ | 10001111101010111101000010001111101010111011010010100001110111111010000111110001 | 8fabd08fabb4a1dfa1f1 |
| UTF-8 | ñê×¢ | 1100001110110001110000111010101011000011100101111100001010100010 | c3b1c3aac397c2a2 |
| UHC | ??×? | 0011111100111111101000011011111100111111 | 3f3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)