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 | à¥è¢ | 11100000101001011110100010100010 | e0a5e8a2 |
| SJIS-WIN | ?¥?¢ | 001111111000000110001111001111111000000110010001 | 3f818f3f8191 |
| EUC-JP | à?è¢ | 100011111010101110100010001111111000111110101011101100101010000111110001 | 8faba23f8fabb2a1f1 |
| UTF-8 | à¥è¢ | 1100001110100000110000101010010111000011101010001100001010100010 | c3a0c2a5c3a8c2a2 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)