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 111001001100000101110110 e4c176
EUC-JP 菽v 111010001100001101110110 e8c376
UTF-8 菽v 11101000100011111011110101110110 e88fbd76
UHC 菽v 111000101101110101110110 e2dd76

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