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 ’G’M’G‘´’A’S 100100100100011110010010010011011001001001000111100100011011010010010010010000011001001001010011 9247924d924791b492419253
SJIS-WIN ?G?M?G?´?A?S 00111111010001110011111101001101001111110100011100111111100000010100110000111111010000010011111101010011 3f473f4d3f473f814c3f413f53
EUC-JP ?G?M?G?´?A?S 00111111010001110011111101001101001111110100011100111111101000011010110100111111010000010011111101010011 3f473f4d3f473fa1ad3f413f53
UTF-8 ’G’M’G‘´’A’S 11000010100100100100011111000010100100100100110111000010100100100100011111000010100100011100001010110100110000101001001001000001110000101001001001010011 c29247c2924dc29247c291c2b4c29241c29253
UHC ?G?M?G?´?A?S 00111111010001110011111101001101001111110100011100111111101000101010010100111111010000010011111101010011 3f473f4d3f473fa2a53f413f53

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