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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 碩?^ | 10010000110101110011111101011110 | 90d73f5e |
| EUC-JP | 碩?^ | 11000000110110010011111101011110 | c0d93f5e |
| UTF-8 | 碩卄^ | 11100111101000101010100111100101100011011000010001011110 | e7a2a9e58d845e |
| UHC | 碩卄^ | 1110000010110101111011001111111001011110 | e0b5ecfe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)