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 111000011001111001000001 e19e41
EUC-JP 癰A 111000011111111001000001 e1fe41
UTF-8 癰A 11100111100110011011000001000001 e799b041
UHC 癰A 111010001011100101000001 e8b941

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