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 | ??@ | 001111110011111101000000 | 3f3f40 |
| SJIS-WIN | 駭?@ | 11101001011011100011111101000000 | e96e3f40 |
| EUC-JP | 駭?@ | 11110001110011110011111101000000 | f1cf3f40 |
| UTF-8 | 駭찭@ | 11101001101001111010110111101100101100001010110101000000 | e9a7adecb0ad40 |
| UHC | 駭찭@ | 1111101010110100101010100100010101000000 | fab4aa4540 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)