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 111100011111110010111100111100011000111010111101100011101011111101101110 f1fcbcf18ebd8ebf6e
SJIS-WIN ????????n 001111110011111100111111001111110011111100111111001111110011111101101110 3f3f3f3f3f3f3f3f6e
EUC-JP ñü?ñ???¿n 1000111110101011110100001000111110101011111001000011111110001111101010111101000000111111001111110011111110001111101000101100010001101110 8fabd08fabe43f8fabd03f3f3f8fa2c46e
UTF-8 ñü¼ñŽ½Ž¿n 1100001110110001110000111011110011000010101111001100001110110001110000101000111011000010101111011100001010001110110000101011111101101110 c3b1c3bcc2bcc3b1c28ec2bdc28ec2bf6e
UHC ??¼??½?¿n 001111110011111110101000111110010011111100111111101010001111011000111111101000101010111101101110 3f3fa8f93f3fa8f63fa2af6e

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