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 ’E’A’G’Fe^ 1100001010010010010001011100001010010010010000011100001010010010010001111100001010010010010001100110010101011110 c29245c29241c29247c29246655e
SJIS-WIN ??E??A??G??Fe^ 0011111100111111010001010011111100111111010000010011111100111111010001110011111100111111010001100110010101011110 3f3f453f3f413f3f473f3f46655e
EUC-JP Â?EÂ?AÂ?GÂ?Fe^ 10001111101010101010010000111111010001011000111110101010101001000011111101000001100011111010101010100100001111110100011110001111101010101010010000111111010001100110010101011110 8faaa43f458faaa43f418faaa43f478faaa43f46655e
UTF-8 ’E’A’G’Fe^ 11000011100000101100001010010010010001011100001110000010110000101001001001000001110000111000001011000010100100100100011111000011100000101100001010010010010001100110010101011110 c382c29245c382c29241c382c29247c382c29246655e
UHC ??E??A??G??Fe^ 0011111100111111010001010011111100111111010000010011111100111111010001110011111100111111010001100110010101011110 3f3f453f3f413f3f473f3f46655e

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