en-US office user

Default or specific encoding

Verified with Microsoft 365/Office 5568.1000 — updated on September 4, 2026

Microsoft 365/Office 5568.1000

Supported on: At least Windows Server 2008 R2 or Windows 7

Path in the GPO console

User Configuration\Administrative Templates\Microsoft Office 2016\Tools | Options | General | Web Options...\Encoding

Description

When enabled, either default encoding or a specified encoding will be used.

Registry

HKCU software\policies\microsoft\office\16.0\common\internet

More options available

Options

Always save Web pages in the default encoding.
alwayssaveindefaultencoding boolean
Save this document as
encoding enum
  • Arabic Alphabet (Windows) -> 1256
  • Baltic Alphabet (ISO) -> 28594
  • Baltic Alphabet (Windows) -> 1257
  • Central European (DOS) -> 852
  • Central European Alphabet (ISO) -> 28592
  • Central European Alphabet (Windows) -> 1250
  • Chinese Simplified (GB2312) -> 936
  • Chinese Simplified (HZ) -> 52936
  • Chinese Traditional (Big 5) -> 950
  • Cyrillic Alphabet (DOS) -> 866
  • Cyrillic Alphabet (ISO) -> 28595
  • Cyrillic Alphabet (KOI8-R) -> 20866
  • Cyrillic Alphabet (Windows) -> 1251
  • Greek Alphabet (ISO) -> 28597
  • Greek Alphabet (Windows) -> 1253
  • Hebrew Alphabet (Windows) -> 1255
  • Japanese (EUC) -> 51932
  • Japanese (JIS) -> 50220
  • Japanese (JIS-Allow 1 byte Kana - SO/SI) -> 50222
  • Japanese (JIS-Allow 1 byte Kana) -> 50221
  • Japanese (Shift-JIS) -> 932
  • Korean -> 949
  • Latin 3 Alphabet (ISO) -> 28593
  • Thai (Windows) -> 874
  • Turkish Alphabet -> 1254
  • Ukrainian Alphabet (KOI8-RU) -> 21866
  • Universal Alphabet -> 1200
  • Universal Alphabet (Big-Endian) -> 1201
  • Universal Alphabet (UTF-8) -> 65001
  • Vietnamese Alphabet (Windows) -> 1258
  • Visual Hebrew (ISO) -> 28598
  • Western Alphabet (Windows) -> 1252 (default)

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Default or specific encoding
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_CURRENT_USER\software\policies\microsoft\office\16.0\common\internet]
"alwayssaveindefaultencoding"=dword:00000000
"encoding"=dword:000004e4
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Default or specific encoding
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\software\policies\microsoft\office\16.0\common\internet'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'alwayssaveindefaultencoding' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'encoding' -Value 1252 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview