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 ?^ 0011111101011110 3f5e
SJIS-WIN 砦^ 100011011101010001011110 8dd45e
EUC-JP 砦^ 101110101101011001011110 bad65e
UTF-8 砦^ 11100111101000001010011001011110 e7a0a65e
UHC 砦^ 111100111111011001011110 f3f65e

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