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 111000011110001001110110 e1e276
EUC-JP 矮v 111000101110010001110110 e2e476
UTF-8 矮v 11100111100111111010111001110110 e79fae76
UHC 矮v 111010001110000101110110 e8e176

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