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Œ`d^ 1100001010010010010001101100001010010010010000011100001010001100011000000110010001011110 c29246c29241c28c60645e
SJIS-WIN ??F??A??`d^ 0011111100111111010001100011111100111111010000010011111100111111011000000110010001011110 3f3f463f3f413f3f60645e
EUC-JP Â?FÂ?AÂ?`d^ 1000111110101010101001000011111101000110100011111010101010100100001111110100000110001111101010101010010000111111011000000110010001011110 8faaa43f468faaa43f418faaa43f60645e
UTF-8 ’F’AŒ`d^ 1100001110000010110000101001001001000110110000111000001011000010100100100100000111000011100000101100001010001100011000000110010001011110 c382c29246c382c29241c382c28c60645e
UHC ??F??A??`d^ 0011111100111111010001100011111100111111010000010011111100111111011000000110010001011110 3f3f463f3f413f3f60645e

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