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 ?D 0011111101000100 3f44
SJIS-WIN 蛛D 111001011000000101000100 e58144
EUC-JP 蛛D 111010011110000101000100 e9e144
UTF-8 蛛D 11101000100110111001101101000100 e89b9b44
UHC 蛛D 111100011100100001000100 f1c844

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