The IResponse::put_CharSet method sets the value of the Charset property of the Response object.
HRESULT put_CharSet(
BSTR bstrCharset // contains the new CharSet value
);
You can use the CharSet value to set the character set to use when displaying the current Response object.
Response Object, IResponse::get_CharSet