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 100100001001001001000010 909242
EUC-JP 崇B 101111111111001001000010 bff242
UTF-8 崇B 11100101101101001000011101000010 e5b48742
UHC 崇B 111000101111110101000010 e2fd42

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