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 111000101001010001000010 e29442
EUC-JP 笏B 111000111111010001000010 e3f442
UTF-8 笏B 11100111101011001000111101000010 e7ac8f42
UHC 笏B 111110111110111001000010 fbee42

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