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’C’O‘¹’G’C’O‘¹^ 1001001001000111100100100100001110010010010011111001000110111001100100100100011110010010010000111001001001001111100100011011100101011110 92479243924f91b992479243924f91b95e
SJIS-WIN ?G?C?O???G?C?O??^ 0011111101000111001111110100001100111111010011110011111100111111001111110100011100111111010000110011111101001111001111110011111101011110 3f473f433f4f3f3f3f473f433f4f3f3f5e
EUC-JP ?G?C?O???G?C?O??^ 0011111101000111001111110100001100111111010011110011111100111111001111110100011100111111010000110011111101001111001111110011111101011110 3f473f433f4f3f3f3f473f433f4f3f3f5e
UTF-8 ’G’C’O‘¹’G’C’O‘¹^ 110000101001001001000111110000101001001001000011110000101001001001001111110000101001000111000010101110011100001010010010010001111100001010010010010000111100001010010010010011111100001010010001110000101011100101011110 c29247c29243c2924fc291c2b9c29247c29243c2924fc291c2b95e
UHC ?G?C?O?¹?G?C?O?¹^ 00111111010001110011111101000011001111110100111100111111101010011111011000111111010001110011111101000011001111110100111100111111101010011111011001011110 3f473f433f4f3fa9f63f473f433f4f3fa9f65e

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