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 100110100100110101000001 9a4d41
EUC-JP 哺A 110100111010111001000001 d3ae41
UTF-8 哺A 11100101100100111011101001000001 e593ba41
UHC 哺A 111110001101010001000001 f8d441

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