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’T‘¼i’E’T‘¼iB 100100100100010110010010010101001001000110111100011010011001001001000101100100100101010010010001101111000110100101000010 9245925491bc699245925491bc6942
SJIS-WIN ?E?T??i?E?T??iB 001111110100010100111111010101000011111100111111011010010011111101000101001111110101010000111111001111110110100101000010 3f453f543f3f693f453f543f3f6942
EUC-JP ?E?T??i?E?T??iB 001111110100010100111111010101000011111100111111011010010011111101000101001111110101010000111111001111110110100101000010 3f453f543f3f693f453f543f3f6942
UTF-8 ’E’T‘¼i’E’T‘¼iB 1100001010010010010001011100001010010010010101001100001010010001110000101011110001101001110000101001001001000101110000101001001001010100110000101001000111000010101111000110100101000010 c29245c29254c291c2bc69c29245c29254c291c2bc6942
UHC ?E?T?¼i?E?T?¼iB 0011111101000101001111110101010000111111101010001111100101101001001111110100010100111111010101000011111110101000111110010110100101000010 3f453f543fa8f9693f453f543fa8f96942

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