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 ’IG’Ae’IG’Ae^ 10010010010010010100011110010010010000010110010110010010010010010100011110010010010000010110010101011110 9249479241659249479241655e
SJIS-WIN ?IG?Ae?IG?Ae^ 00111111010010010100011100111111010000010110010100111111010010010100011100111111010000010110010101011110 3f49473f41653f49473f41655e
EUC-JP ?IG?Ae?IG?Ae^ 00111111010010010100011100111111010000010110010100111111010010010100011100111111010000010110010101011110 3f49473f41653f49473f41655e
UTF-8 ’IG’Ae’IG’Ae^ 1100001010010010010010010100011111000010100100100100000101100101110000101001001001001001010001111100001010010010010000010110010101011110 c2924947c2924165c2924947c29241655e
UHC ?IG?Ae?IG?Ae^ 00111111010010010100011100111111010000010110010100111111010010010100011100111111010000010110010101011110 3f49473f41653f49473f41655e

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