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 ?A 0011111101000001 3f41
SJIS-WIN 萠A 111001001100110001000001 e4cc41
EUC-JP 萠A 111010001100111001000001 e8ce41
UTF-8 萠A 11101000100100001010000001000001 e890a041
UHC ?A 0011111101000001 3f41

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