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 100110110100110001000001 9b4c41
EUC-JP 姚A 110101011010110101000001 d5ad41
UTF-8 姚A 11100101101001111001101001000001 e5a79a41
UHC 姚A 111010001110111001000001 e8ee41

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