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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 驩蛾涕螳、^ | 11101001100010011000100111101001100111111011011011100101101011101010010001011110 | e98989e99fb6e5aea45e |
| EUC-JP | 驩蛾涕螳、^ | 1111000111101001101100101110101111011110101110001110101010110000100011101010010001011110 | f1e9b2ebdeb8eab08ea45e |
| UTF-8 | 驩蛾涕螳、^ | 11101001101010011010100111101000100110111011111011100110101101101001010111101000100111101011001111101111101111011010010001011110 | e9a9a9e89bbee6b695e89eb3efbda45e |
| UHC | 驩蛾涕螳?^ | 11111100101111101110010010110110111101001111000111010011110110010011111101011110 | fcbee4b6f4f1d3d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)