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 111001011001010001000001 e59441
EUC-JP 蜚A 111010011111010001000001 e9f441
UTF-8 蜚A 11101000100111001001101001000001 e89c9a41
UHC 蜚A 110111101010010001000001 dea441

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