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 é¿WDé¿WD^ 111010011011111101010111010001001110100110111111010101110100010001011110 e9bf5744e9bf57445e
SJIS-WIN ??WD??WD^ 001111110011111101010111010001000011111100111111010101110100010001011110 3f3f57443f3f57445e
EUC-JP é¿WDé¿WD^ 1000111110101011101100011000111110100010110001000101011101000100100011111010101110110001100011111010001011000100010101110100010001011110 8fabb18fa2c457448fabb18fa2c457445e
UTF-8 é¿WDé¿WD^ 11000011101010011100001010111111010101110100010011000011101010011100001010111111010101110100010001011110 c3a9c2bf5744c3a9c2bf57445e
UHC ?¿WD?¿WD^ 0011111110100010101011110101011101000100001111111010001010101111010101110100010001011110 3fa2af57443fa2af57445e

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