To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?^ 0011111101011110 3f5e
SJIS-WIN 簽^ 111000101101001101011110 e2d35e
EUC-JP 簽^ 111001001101010101011110 e4d55e
UTF-8 簽^ 11100111101100001011110101011110 e7b0bd5e
UHC 簽^ 111101001101100001011110 f4d85e

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)