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 ¢ùª²n}¢ùª²n{^ 101000101111100110001111101010101011001001101110011111011010001011111001100011111010101010110010011011100111101101011110 a2f98faab26e7da2f98faab26e7b5e
SJIS-WIN ¢????n}¢????n{^ 1000000110010001001111110011111100111111001111110110111001111101100000011001000100111111001111110011111100111111011011100111101101011110 81913f3f3f3f6e7d81913f3f3f3f6e7b5e
EUC-JP ¢ù?ª?n}¢ù?ª?n{^ 10100001111100011000111110101011111000110011111110001111101000101110110000111111011011100111110110100001111100011000111110101011111000110011111110001111101000101110110000111111011011100111101101011110 a1f18fabe33f8fa2ec3f6e7da1f18fabe33f8fa2ec3f6e7b5e
UTF-8 ¢ùª²n}¢ùª²n{^ 11000010101000101100001110111001110000101000111111000010101010101100001010110010011011100111110111000010101000101100001110111001110000101000111111000010101010101100001010110010011011100111101101011110 c2a2c3b9c28fc2aac2b26e7dc2a2c3b9c28fc2aac2b26e7b5e
UHC ???ª²n}???ª²n{^ 00111111001111110011111110101000101000111010100111110111011011100111110100111111001111110011111110101000101000111010100111110111011011100111101101011110 3f3f3fa8a3a9f76e7d3f3f3fa8a3a9f76e7b5e

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