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’AŒ`x}’F’AŒ`x{^ 1001001001000110100100100100000110001100011000000111100001111101100100100100011010010010010000011000110001100000011110000111101101011110 924692418c60787d924692418c60787b5e
SJIS-WIN ?F?A?`x}?F?A?`x{^ 0011111101000110001111110100000100111111011000000111100001111101001111110100011000111111010000010011111101100000011110000111101101011110 3f463f413f60787d3f463f413f60787b5e
EUC-JP ?F?A?`x}?F?A?`x{^ 0011111101000110001111110100000100111111011000000111100001111101001111110100011000111111010000010011111101100000011110000111101101011110 3f463f413f60787d3f463f413f60787b5e
UTF-8 ’F’AŒ`x}’F’AŒ`x{^ 1100001010010010010001101100001010010010010000011100001010001100011000000111100001111101110000101001001001000110110000101001001001000001110000101000110001100000011110000111101101011110 c29246c29241c28c60787dc29246c29241c28c60787b5e
UHC ?F?A?`x}?F?A?`x{^ 0011111101000110001111110100000100111111011000000111100001111101001111110100011000111111010000010011111101100000011110000111101101011110 3f463f413f60787d3f463f413f60787b5e

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