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 | 隗^ | 1111011011101111111010001010011101011110 | f6efe8a75e |
| EUC-JP | ?隗^ | 00111111111100001010100101011110 | 3ff0a95e |
| UTF-8 | 隗^ | 11101110100101001001011011101001100110101001011101011110 | ee9496e99a975e |
| UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)