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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 綣焔郡豎 | 1110001101011011100010011000101110001100010100111110011010110001 | e35b898b8c53e6b1 |
| EUC-JP | 綣焔郡豎 | 1110010110111100101100011110101110110111101101001110110010110011 | e5bcb1ebb7b4ecb3 |
| UTF-8 | 綣焔郡豎 | 111001111011011010100011111001111000010010010100111010011000001110100001111010001011000110001110 | e7b6a3e78494e983a1e8b18e |
| UHC | ??郡? | 0011111100111111110011111101101100111111 | 3f3fcfdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)