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 ?S 0011111101010011 3f53
SJIS-WIN 矗S 111000011101111001010011 e1de53
EUC-JP 矗S 111000101110000001010011 e2e053
UTF-8 矗S 11100111100111111001011101010011 e79f9753
UHC 矗S 111101011011100001010011 f5b853

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