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 | 帙?^ | 10011011111000110011111101011110 | 9be33f5e |
| EUC-JP | 帙?^ | 11010110111001010011111101011110 | d6e53f5e |
| UTF-8 | 帙샵^ | 11100101101110001001100111101100100000111011010101011110 | e5b899ec83b55e |
| UHC | 帙샵^ | 1111001011101101101111001010010101011110 | f2edbca55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)