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 ¢ùø¢ùö^ 100011111010001011111001111110001000111110100010111110011111011001011110 8fa2f9f88fa2f9f65e
SJIS-WIN ?¢???¢??^ 0011111110000001100100010011111100111111001111111000000110010001001111110011111101011110 3f81913f3f3f81913f3f5e
EUC-JP ?¢ùø?¢ùö^ 00111111101000011111000110001111101010111110001110001111101010011100110000111111101000011111000110001111101010111110001110001111101010111101001101011110 3fa1f18fabe38fa9cc3fa1f18fabe38fabd35e
UTF-8 ¢ùø¢ùö^ 1100001010001111110000101010001011000011101110011100001110111000110000101000111111000010101000101100001110111001110000111011011001011110 c28fc2a2c3b9c3b8c28fc2a2c3b9c3b65e
UHC ???ø????^ 00111111001111110011111110101001101010100011111100111111001111110011111101011110 3f3f3fa9aa3f3f3f3f5e

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