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 ?B 0011111101000010 3f42
SJIS-WIN 凹B 100010011001101001000010 899a42
EUC-JP 凹B 101100011111101001000010 b1fa42
UTF-8 凹B 11100101100001111011100101000010 e587b942
UHC 凹B 111010001110101001000010 e8ea42

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