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 ?B 0011111101000010 3f42
SJIS-WIN 湮B 100111111100111001000010 9fce42
EUC-JP 湮B 110111101101000001000010 ded042
UTF-8 湮B 11100110101110011010111001000010 e6b9ae42
UHC 湮B 111011001101110001000010 ecdc42

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