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 笹^ 100011011111100101011110 8df95e
EUC-JP 笹^ 101110101111101101011110 bafb5e
UTF-8 笹^ 11100111101011001011100101011110 e7acb95e
UHC 笹^ 111000011010101101011110 e1ab5e

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