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 100110100110101001000001 9a6a41
EUC-JP 嗚A 110100111100101101000001 d3cb41
UTF-8 嗚A 11100101100101111001101001000001 e5979a41
UHC 嗚A 111001111111000001000001 e7f041

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