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 | ??Y | 001111110011111101011001 | 3f3f59 |
| SJIS-WIN | ツ叩Y | 11000010100100100100000001011001 | c2924059 |
| EUC-JP | ツ叩Y | 1000111011000010110000111010000101011001 | 8ec2c3a159 |
| UTF-8 | ツ叩Y | 11101111101111101000001011100101100011111010100101011001 | efbe82e58fa959 |
| UHC | ?叩Y | 00111111110011011011000001011001 | 3fcdb059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)