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 | ???r^ | 0011111100111111001111110111001001011110 | 3f3f3f725e |
| SJIS-WIN | 蕈≦けr^ | 1110010011111100100000011000010110000010101011110111001001011110 | e4fc818582af725e |
| EUC-JP | 蕈≦けr^ | 1110100011111110101000011110010110100100101100010111001001011110 | e8fea1e5a4b1725e |
| UTF-8 | 蕈≦けr^ | 1110100010010101100010001110001010001001101001101110001110000001100100010111001001011110 | e89588e289a6e38191725e |
| UHC | ??けr^ | 001111110011111110101010101100010111001001011110 | 3f3faab1725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)