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‘¯G 1100001010010010010001011100001010010010010011001100001010010001110000101010111101000111 c29245c2924cc291c2af47
SJIS-WIN ??E??L????G 0011111100111111010001010011111100111111010011000011111100111111001111110011111101000111 3f3f453f3f4c3f3f3f3f47
EUC-JP �E�L�¯G 100011111010101010100100001111110100010110001111101010101010010000111111010011001000111110101010101001000011111110001111101010101010010010001111101000101011010001000111 8faaa43f458faaa43f4c8faaa43f8faaa48fa2b447
UTF-8 ’E’L‘¯G 11000011100000101100001010010010010001011100001110000010110000101001001001001100110000111000001011000010100100011100001110000010110000101010111101000111 c382c29245c382c2924cc382c291c382c2af47
UHC ??E??L????G 0011111100111111010001010011111100111111010011000011111100111111001111110011111101000111 3f3f453f3f4c3f3f3f3f47

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