The IResponse::get_CharSet method retrieves a character set to append to the content type header.
HRESULT get_CharSet(
  BSTR *pbstrCharSetRet //pointer to a binary string that receives
                        // the CharSet value
   );
 You can use the CharSet value to determine the character set to use when displaying the current Response object.