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 111001100101010001000010 e65442
EUC-JP 覽B 111010111011010101000010 ebb542
UTF-8 覽B 11101000101001101011110101000010 e8a6bd42
UHC 覽B 110101011100001001000010 d5c242

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