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’N 11000011100000101100001010010010010001101100001110000010110000101001001001001110 c382c29246c382c2924e
SJIS-WIN ????F????N 00111111001111110011111100111111010001100011111100111111001111110011111101001110 3f3f3f3f463f3f3f3f4e
EUC-JP Ã?Â?FÃ?Â?N 100011111010101010101010001111111000111110101010101001000011111101000110100011111010101010101010001111111000111110101010101001000011111101001110 8faaaa3f8faaa43f468faaaa3f8faaa43f4e
UTF-8 ’F’N 110000111000001111000010100000101100001110000010110000101001001001000110110000111000001111000010100000101100001110000010110000101001001001001110 c383c282c382c29246c383c282c382c2924e
UHC ????F????N 00111111001111110011111100111111010001100011111100111111001111110011111101001110 3f3f3f3f463f3f3f3f4e

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