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 擒^ 100111011010000001011110 9da05e
EUC-JP 擒^ 110110101010001001011110 daa25e
UTF-8 擒^ 11100110100100111001001001011110 e693925e
UHC 擒^ 110100001101001101011110 d0d35e

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