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 激^ 100011001000001101011110 8c835e
EUC-JP 激^ 101101111110001101011110 b7e35e
UTF-8 激^ 11100110101111111000000001011110 e6bf805e
UHC 激^ 110011001010110101011110 ccad5e

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