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 ¢ù´¢ù´^ 100011111010001011111001101101001000111110100010111110011011010001011110 8fa2f9b48fa2f9b45e
SJIS-WIN ?¢?´?¢?´^ 00111111100000011001000100111111100000010100110000111111100000011001000100111111100000010100110001011110 3f81913f814c3f81913f814c5e
EUC-JP ?¢ù´?¢ù´^ 0011111110100001111100011000111110101011111000111010000110101101001111111010000111110001100011111010101111100011101000011010110101011110 3fa1f18fabe3a1ad3fa1f18fabe3a1ad5e
UTF-8 ¢ù´¢ù´^ 1100001010001111110000101010001011000011101110011100001010110100110000101000111111000010101000101100001110111001110000101011010001011110 c28fc2a2c3b9c2b4c28fc2a2c3b9c2b45e
UHC ???´???´^ 0011111100111111001111111010001010100101001111110011111100111111101000101010010101011110 3f3f3fa2a53f3f3fa2a55e

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