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 100101000100011001000010 944642
EUC-JP 認B 110001111010011101000010 c7a742
UTF-8 認B 11101000101010101000110101000010 e8aa8d42
UHC 認B 111011001110001101000010 ece342

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