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 | ñáǰ^ | 1111000111100001110001111011000001011110 | f1e1c7b05e |
| SJIS-WIN | ???°^ | 001111110011111100111111100000011000101101011110 | 3f3f3f818b5e |
| EUC-JP | ñáǰ^ | 100011111010101111010000100011111010101110100001100011111010101010101110101000011110101101011110 | 8fabd08faba18faaaea1eb5e |
| UTF-8 | ñáǰ^ | 110000111011000111000011101000011100001110000111110000101011000001011110 | c3b1c3a1c387c2b05e |
| UHC | ???°^ | 001111110011111100111111101000011100011001011110 | 3f3f3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)