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 | ¸Þ | 1011100011011110 | b8de |
| SJIS-WIN | ?? | 0011111100111111 | 3f3f |
| EUC-JP | ¸Þ | 100011111010001010110001100011111010100110110000 | 8fa2b18fa9b0 |
| UTF-8 | ¸Þ | 11000010101110001100001110011110 | c2b8c39e |
| UHC | ¸Þ | 10100010101011001010100010101101 | a2aca8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)