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 100100100100011001010011 924653
EUC-JP 巽S 110000111010011101010011 c3a753
UTF-8 巽S 11100101101101111011110101010011 e5b7bd53
UHC 巽S 111000011101111001010011 e1de53

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