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 ’I’E‘£’D‘¢‘«e^ 1001001001001001100100100100010110010001101000111001001001000100100100011010001010010001101010110110010101011110 9249924591a3924491a291ab655e
SJIS-WIN ?I?E?£?D?¢??e^ 00111111010010010011111101000101001111111000000110010010001111110100010000111111100000011001000100111111001111110110010101011110 3f493f453f81923f443f81913f3f655e
EUC-JP ?I?E?£?D?¢??e^ 00111111010010010011111101000101001111111010000111110010001111110100010000111111101000011111000100111111001111110110010101011110 3f493f453fa1f23f443fa1f13f3f655e
UTF-8 ’I’E‘£’D‘¢‘«e^ 1100001010010010010010011100001010010010010001011100001010010001110000101010001111000010100100100100010011000010100100011100001010100010110000101001000111000010101010110110010101011110 c29249c29245c291c2a3c29244c291c2a2c291c2ab655e
UHC ?I?E???D????e^ 0011111101001001001111110100010100111111001111110011111101000100001111110011111100111111001111110110010101011110 3f493f453f3f3f443f3f3f3f655e

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