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 ?P 0011111101010000 3f50
SJIS-WIN 笠P 100010100111110101010000 8a7d50
EUC-JP 笠P 101100111101111001010000 b3de50
UTF-8 笠P 11100111101011001010000001010000 e7aca050
UHC 笠P 110110001010001001010000 d8a250

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