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 0011111101100010 3f62
SJIS-WIN 凹b 100010011001101001100010 899a62
EUC-JP 凹b 101100011111101001100010 b1fa62
UTF-8 凹b 11100101100001111011100101100010 e587b962
UHC 凹b 111010001110101001100010 e8ea62

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