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 ’E‘¯L’E‘¯L^ 1001001001000101100100011010111101001100100100100100010110010001101011110100110001011110 924591af4c924591af4c5e
SJIS-WIN ?E??L?E??L^ 0011111101000101001111110011111101001100001111110100010100111111001111110100110001011110 3f453f3f4c3f453f3f4c5e
EUC-JP ?E?¯L?E?¯L^ 001111110100010100111111100011111010001010110100010011000011111101000101001111111000111110100010101101000100110001011110 3f453f8fa2b44c3f453f8fa2b44c5e
UTF-8 ’E‘¯L’E‘¯L^ 1100001010010010010001011100001010010001110000101010111101001100110000101001001001000101110000101001000111000010101011110100110001011110 c29245c291c2af4cc29245c291c2af4c5e
UHC ?E??L?E??L^ 0011111101000101001111110011111101001100001111110100010100111111001111110100110001011110 3f453f3f4c3f453f3f4c5e

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