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 ¢ùª²U}¢ùª²U{^ 101000101111100110001111101010101011001001010101011111011010001011111001100011111010101010110010010101010111101101011110 a2f98faab2557da2f98faab2557b5e
SJIS-WIN ¢????U}¢????U{^ 1000000110010001001111110011111100111111001111110101010101111101100000011001000100111111001111110011111100111111010101010111101101011110 81913f3f3f3f557d81913f3f3f3f557b5e
EUC-JP ¢ù?ª?U}¢ù?ª?U{^ 10100001111100011000111110101011111000110011111110001111101000101110110000111111010101010111110110100001111100011000111110101011111000110011111110001111101000101110110000111111010101010111101101011110 a1f18fabe33f8fa2ec3f557da1f18fabe33f8fa2ec3f557b5e
UTF-8 ¢ùª²U}¢ùª²U{^ 11000010101000101100001110111001110000101000111111000010101010101100001010110010010101010111110111000010101000101100001110111001110000101000111111000010101010101100001010110010010101010111101101011110 c2a2c3b9c28fc2aac2b2557dc2a2c3b9c28fc2aac2b2557b5e
UHC ???ª²U}???ª²U{^ 00111111001111110011111110101000101000111010100111110111010101010111110100111111001111110011111110101000101000111010100111110111010101010111101101011110 3f3f3fa8a3a9f7557d3f3f3fa8a3a9f7557b5e

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