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 ’GF’A’A’GF’A’A^ 100100100100011101000110100100100100000110010010010000011001001001000111010001101001001001000001100100100100000101011110 92474692419241924746924192415e
SJIS-WIN ?GF?A?A?GF?A?A^ 001111110100011101000110001111110100000100111111010000010011111101000111010001100011111101000001001111110100000101011110 3f47463f413f413f47463f413f415e
EUC-JP ?GF?A?A?GF?A?A^ 001111110100011101000110001111110100000100111111010000010011111101000111010001100011111101000001001111110100000101011110 3f47463f413f413f47463f413f415e
UTF-8 ’GF’A’A’GF’A’A^ 110000101001001001000111010001101100001010010010010000011100001010010010010000011100001010010010010001110100011011000010100100100100000111000010100100100100000101011110 c2924746c29241c29241c2924746c29241c292415e
UHC ?GF?A?A?GF?A?A^ 001111110100011101000110001111110100000100111111010000010011111101000111010001100011111101000001001111110100000101011110 3f47463f413f413f47463f413f415e

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