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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 捨簧皀 | 100011101100110011100010110011101110000110100011 | 8ecce2cee1a3 |
| EUC-JP | 捨簧皀 | 101111001100111011100100110100001110001010100101 | bccee4d0e2a5 |
| UTF-8 | 捨簧皀 | 111001101000110110101000111001111011000010100111111001111001101010000000 | e68da8e7b0a7e79a80 |
| UHC | 捨簧? | 1101111011010111111111001101011100111111 | ded7fcd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)