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 111000111101101001000010 e3da42
EUC-JP 聚B 111001101101110001000010 e6dc42
UTF-8 聚B 11101000100000011001101001000010 e8819a42
UHC 聚B 111101101010100101000010 f6a942

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