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’G’Ke^ 1001001001000000100100011011000110010010010001101001001001000001100100100100011110010010010010110110010101011110 924091b1924692419247924b655e
SJIS-WIN ?@?±?F?A?G?Ke^ 001111110100000000111111100000010111110100111111010001100011111101000001001111110100011100111111010010110110010101011110 3f403f817d3f463f413f473f4b655e
EUC-JP ?@?±?F?A?G?Ke^ 001111110100000000111111101000011101111000111111010001100011111101000001001111110100011100111111010010110110010101011110 3f403fa1de3f463f413f473f4b655e
UTF-8 ’@‘±’F’A’G’Ke^ 110000101001001001000000110000101001000111000010101100011100001010010010010001101100001010010010010000011100001010010010010001111100001010010010010010110110010101011110 c29240c291c2b1c29246c29241c29247c2924b655e
UHC ?@?±?F?A?G?Ke^ 001111110100000000111111101000011011111000111111010001100011111101000001001111110100011100111111010010110110010101011110 3f403fa1be3f463f413f473f4b655e

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