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 0011111101000011 3f43
SJIS-WIN 核C 100010100110101001000011 8a6a43
EUC-JP 核C 101100111100101101000011 b3cb43
UTF-8 核C 11100110101000001011100001000011 e6a0b843
UHC 核C 111110101011011101000011 fab743

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