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 ?t 0011111101110100 3f74
SJIS-WIN 恍t 100111001001001001110100 9c9274
EUC-JP 恍t 110101111111001001110100 d7f274
UTF-8 恍t 11100110100000011000110101110100 e6818d74
UHC 恍t 111111001100100001110100 fcc874

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