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 100111001001101001100010 9c9a62
EUC-JP 悁b 110101111111101001100010 d7fa62
UTF-8 悁b 11100110100000101000000101100010 e6828162
UHC ?b 0011111101100010 3f62

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