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 | ñ÷¢íó | 111100011111011110001110101000101110110111110011 | f1f78ea2edf3 |
| SJIS-WIN | ?÷?¢?? | 0011111110000001100000000011111110000001100100010011111100111111 | 3f81803f81913f3f |
| EUC-JP | ñ÷?¢íó | 1000111110101011110100001010000111100000001111111010000111110001100011111010101110111111100011111010101111010001 | 8fabd0a1e03fa1f18fabbf8fabd1 |
| UTF-8 | ñ÷¢íó | 110000111011000111000011101101111100001010001110110000101010001011000011101011011100001110110011 | c3b1c3b7c28ec2a2c3adc3b3 |
| UHC | ?÷???? | 00111111101000011100000000111111001111110011111100111111 | 3fa1c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)