# GrapeCity.ActiveReports.Export.Html.Section.HtmlCharacterSet

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlCharacterSet" class="text-break">HtmlCharacterSet Enum
</h1>
  <div class="markdown level0 summary"><p>Values for HtmlExport.CharacterSet property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.html">GrapeCity.ActiveReports.Export.Html.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Html.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HtmlCharacterSet</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Big5">Big5</td>
        <td><p>Known as &quot;Chinese for Taiwan Multi-byte set&quot;.
Charset name is &quot;Big5&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_EucJp">EucJp</td>
        <td><p>Known as &quot;Extended UNIX Code Packed Format for Japanese&quot;.
Charset name is &quot;EUC-JP&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_HzGb2312">HzGb2312</td>
        <td><p>Known as &quot;ASCII Printable Characters-Based Chinese Character Encoding&quot; per RFC1842 and RFC1843.
Charset name is &quot;HZ-GB-2312&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Ibm850">Ibm850</td>
        <td><p>Known only as &quot;IBM850&quot;.
Charset name is &quot;IBM850&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Iso2022Jp">Iso2022Jp</td>
        <td><p>Known as &quot;Japanese Character Encoding for Internet Messages&quot; per RFC1468.
Charset name is &quot;ISO-2022-JP&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Iso2022Kr">Iso2022Kr</td>
        <td><p>Known as &quot;Korean Character Encoding for Internet Messages&quot; per RFC1557.
Charset name is &quot;ISO-2022-KR&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Iso8859_1">Iso8859_1</td>
        <td><p>Known as &quot;Latin alphabet No. 1&quot;.
Charset name is &quot;ISO-8859-1&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Iso8859_2">Iso8859_2</td>
        <td><p>Known as &quot;Latin alphabet No. 2&quot;.
Charset name is &quot;ISO-8859-2&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Iso8859_5">Iso8859_5</td>
        <td><p>Known as &quot;Latin/Cyrillic alphabet&quot;.
Charset name is &quot;ISO-8859-5&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Iso8859_6">Iso8859_6</td>
        <td><p>Known as &quot;Latin/Arabic alphabet&quot;.
Charset name is &quot;ISO-8859-6&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Koi8r">Koi8r</td>
        <td><p>Known as &quot;Russian Net Character Set&quot;.
Charset name is &quot;KOI8-R&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_Ksc5601">Ksc5601</td>
        <td><p>Known as &quot;Unified Hangeul&quot; (Korean).
Charset name is &quot;KSC5601&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_ShiftJis">ShiftJis</td>
        <td><p>Characterset name is &quot;shift-jis&quot;.
Known as &quot;Shift-JIS&quot; (Japanese).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_UnicodeUtf16">UnicodeUtf16</td>
        <td><p>An encoding for the Unicode character set in little-endian byte order using UTF-16 encoding.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlCharacterSet_UnicodeUtf8">UnicodeUtf8</td>
        <td><p>An encoding for the Unicode character set using UTF-8 encoding</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
