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 111001001110100001100010 e4e862
EUC-JP 蒻b 111010001110101001100010 e8ea62
UTF-8 蒻b 11101000100100101011101101100010 e892bb62
UHC 蒻b 111001011011011001100010 e5b662

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