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 ?v 0011111101110110 3f76
SJIS-WIN 幄v 100110111110100001110110 9be876
EUC-JP 幄v 110101101110101001110110 d6ea76
UTF-8 幄v 11100101101110011000010001110110 e5b98476
UHC 幄v 111001001100000101110110 e4c176

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