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 | 眛荀 | 11100001110001001110010010100100 | e1c4e4a4 |
| EUC-JP | 眛荀 | 11100010110001101110100010100110 | e2c6e8a6 |
| UTF-8 | 眛荀 | 111001111001110010011011111010001000110110000000 | e79c9be88d80 |
| UHC | ?荀 | 001111111110001011110000 | 3fe2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)