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 | ѱò® | 11010001101100011111001010101110 | d1b1f2ae |
| SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
| EUC-JP | ѱò® | 1000111110101010110100001010000111011110100011111010101111010010100011111010001011101110 | 8faad0a1de8fabd28fa2ee |
| UTF-8 | ѱò® | 1100001110010001110000101011000111000011101100101100001010101110 | c391c2b1c3b2c2ae |
| UHC | ?±?® | 001111111010000110111110001111111010001011100111 | 3fa1be3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)