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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | ツ枉 | 110000101001111001011101 | c29e5d |
| EUC-JP | ツ枉 | 10001110110000101101101110111110 | 8ec2dbbe |
| UTF-8 | ツ枉 | 111011111011111010000010111001101001111010001001 | efbe82e69e89 |
| UHC | ?枉 | 001111111110100011011011 | 3fe8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)