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 0011111101110011 3f73
SJIS-WIN 磅s 111000011111101001110011 e1fa73
EUC-JP 磅s 111000101111110001110011 e2fc73
UTF-8 磅s 11100111101000111000010101110011 e7a38573
UHC 磅s 110110111011011001110011 dbb673

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