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 100011110111101001010011 8f7a53
EUC-JP 循S 101111011101101101010011 bddb53
UTF-8 循S 11100101101111101010101001010011 e5beaa53
UHC 循S 111000101110000001010011 e2e053

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