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 ñ¢ÎÇñ¢ÎÇ^ 111100011010001011001110110001111111000110100010110011101100011101011110 f1a2cec7f1a2cec75e
SJIS-WIN ?¢???¢??^ 0011111110000001100100010011111100111111001111111000000110010001001111110011111101011110 3f81913f3f3f81913f3f5e
EUC-JP ñ¢ÎÇñ¢ÎÇ^ 1000111110101011110100001010000111110001100011111010101011000010100011111010101010101110100011111010101111010000101000011111000110001111101010101100001010001111101010101010111001011110 8fabd0a1f18faac28faaae8fabd0a1f18faac28faaae5e
UTF-8 ñ¢ÎÇñ¢ÎÇ^ 1100001110110001110000101010001011000011100011101100001110000111110000111011000111000010101000101100001110001110110000111000011101011110 c3b1c2a2c38ec387c3b1c2a2c38ec3875e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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