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 100110111000011001000010 9b8642
EUC-JP 寔B 110101011110011001000010 d5e642
UTF-8 寔B 11100101101011111001010001000010 e5af9442
UHC 寔B 111000111101000101000010 e3d142

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