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 ŸFž¾}ŸFž¾{^ 1001111101000110100111101011111001111101100111110100011010011110101111100111101101011110 9f469ebe7d9f469ebe7b5e
SJIS-WIN ?F??}?F??{^ 0011111101000110001111110011111101111101001111110100011000111111001111110111101101011110 3f463f3f7d3f463f3f7b5e
EUC-JP ?F??}?F??{^ 0011111101000110001111110011111101111101001111110100011000111111001111110111101101011110 3f463f3f7d3f463f3f7b5e
UTF-8 ŸFž¾}ŸFž¾{^ 1100001010011111010001101100001010011110110000101011111001111101110000101001111101000110110000101001111011000010101111100111101101011110 c29f46c29ec2be7dc29f46c29ec2be7b5e
UHC ?F?¾}?F?¾{^ 00111111010001100011111110101000111110100111110100111111010001100011111110101000111110100111101101011110 3f463fa8fa7d3f463fa8fa7b5e

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