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 ?E 0011111101000101 3f45
SJIS-WIN 滄E 100111111110100101000101 9fe945
EUC-JP 滄E 110111101110101101000101 deeb45
UTF-8 滄E 11100110101110111000010001000101 e6bb8445
UHC 滄E 111100111110011101000101 f3e745

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