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 111001011000000101110110 e58176
EUC-JP 蛛v 111010011110000101110110 e9e176
UTF-8 蛛v 11101000100110111001101101110110 e89b9b76
UHC 蛛v 111100011100100001110110 f1c876

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