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 ñ®ßÄ}ñ®ßÄ{^ 1111000110101110110111111100010001111101111100011010111011011111110001000111101101011110 f1aedfc47df1aedfc47b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ñ®ßÄ}ñ®ßÄ{^ 100011111010101111010000100011111010001011101110100011111010100111001110100011111010101010100011011111011000111110101011110100001000111110100010111011101000111110101001110011101000111110101010101000110111101101011110 8fabd08fa2ee8fa9ce8faaa37d8fabd08fa2ee8fa9ce8faaa37b5e
UTF-8 ñ®ßÄ}ñ®ßÄ{^ 11000011101100011100001010101110110000111001111111000011100001000111110111000011101100011100001010101110110000111001111111000011100001000111101101011110 c3b1c2aec39fc3847dc3b1c2aec39fc3847b5e
UHC ?®ß?}?®ß?{^ 001111111010001011100111101010011010110000111111011111010011111110100010111001111010100110101100001111110111101101011110 3fa2e7a9ac3f7d3fa2e7a9ac3f7b5e

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