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 üC 1111110001000011 fc43
SJIS-WIN ?C 0011111101000011 3f43
EUC-JP üC 10001111101010111110010001000011 8fabe443
UTF-8 üC 110000111011110001000011 c3bc43
UHC ?C 0011111101000011 3f43

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