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’]‘Ÿ’D‘¢‘¯O^ 1001001001000111100100100101110110010001100111111001001001000100100100011010001010010001101011110100111101011110 9247925d919f924491a291af4f5e
SJIS-WIN ?G?]???D?¢??O^ 001111110100011100111111010111010011111100111111001111110100010000111111100000011001000100111111001111110100111101011110 3f473f5d3f3f3f443f81913f3f4f5e
EUC-JP ?G?]???D?¢?¯O^ 0011111101000111001111110101110100111111001111110011111101000100001111111010000111110001001111111000111110100010101101000100111101011110 3f473f5d3f3f3f443fa1f13f8fa2b44f5e
UTF-8 ’G’]‘Ÿ’D‘¢‘¯O^ 1100001010010010010001111100001010010010010111011100001010010001110000101001111111000010100100100100010011000010100100011100001010100010110000101001000111000010101011110100111101011110 c29247c2925dc291c29fc29244c291c2a2c291c2af4f5e
UHC ?G?]???D????O^ 0011111101000111001111110101110100111111001111110011111101000100001111110011111100111111001111110100111101011110 3f473f5d3f3f3f443f3f3f3f4f5e

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