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 ðùÞñ޽޶^ 111100001111100111011110111100011000111010111101100011101011011001011110 f0f9def18ebd8eb65e
SJIS-WIN ???????¶^ 00111111001111110011111100111111001111110011111100111111100000011111011101011110 3f3f3f3f3f3f3f81f75e
EUC-JP ðùÞñ???¶^ 100011111010100111000011100011111010101111100011100011111010100110110000100011111010101111010000001111110011111100111111101000101111100101011110 8fa9c38fabe38fa9b08fabd03f3f3fa2f95e
UTF-8 ðùÞñ޽޶^ 1100001110110000110000111011100111000011100111101100001110110001110000101000111011000010101111011100001010001110110000101011011001011110 c3b0c3b9c39ec3b1c28ec2bdc28ec2b65e
UHC ð?Þ??½?¶^ 10101001101000110011111110101000101011010011111100111111101010001111011000111111101000101101001001011110 a9a33fa8ad3f3fa8f63fa2d25e

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