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 ’IS’E‘¸’IS’E‘¸^ 100100100100100101010011100100100100010110010001101110001001001001001001010100111001001001000101100100011011100001011110 924953924591b8924953924591b85e
SJIS-WIN ?IS?E???IS?E??^ 001111110100100101010011001111110100010100111111001111110011111101001001010100110011111101000101001111110011111101011110 3f49533f453f3f3f49533f453f3f5e
EUC-JP ?IS?E?¸?IS?E?¸^ 00111111010010010101001100111111010001010011111110001111101000101011000100111111010010010101001100111111010001010011111110001111101000101011000101011110 3f49533f453f8fa2b13f49533f453f8fa2b15e
UTF-8 ’IS’E‘¸’IS’E‘¸^ 1100001010010010010010010101001111000010100100100100010111000010100100011100001010111000110000101001001001001001010100111100001010010010010001011100001010010001110000101011100001011110 c2924953c29245c291c2b8c2924953c29245c291c2b85e
UHC ?IS?E?¸?IS?E?¸^ 0011111101001001010100110011111101000101001111111010001010101100001111110100100101010011001111110100010100111111101000101010110001011110 3f49533f453fa2ac3f49533f453fa2ac5e

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