en-US office user

Encoding for outgoing messages

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 Outlook 2016\Outlook Options\Mail Format\International Options

Description

Sets the value in the option "Preferred encoding for outgoing messages".

Registry

HKCU software\policies\microsoft\office\16.0\outlook\options\mshtml\international

More options available

Options

Use this encoding for outgoing messages:
default_codepageout enum
  • Arabic (ISO) -> 28596
  • Arabic (Windows) -> 1256
  • Baltic (ISO) -> 28594
  • Baltic (Windows) -> 1257
  • Central European (ISO) -> 28592
  • Central European (Windows) -> 1250
  • Chinese Simplified (GB18030) -> 54936
  • Chinese Simplified (GB2312) -> 936
  • Chinese Simplified (HZ) -> 52936
  • Chinese Traditional (Big5) -> 950
  • Cyrillic (ISO) -> 28595
  • Cyrillic (KOI8-R) -> 20866
  • Cyrillic (KOI8-U) -> 21866
  • Cyrillic (Windows) -> 1251
  • Greek (ISO) -> 28597
  • Greek (Windows) -> 1253
  • Hebrew (ISO-Logical) -> 38598
  • Hebrew (Windows) -> 1255
  • Japanese (EUC) -> 51932
  • Japanese (JIS) -> 50220
  • Japanese (JIS-Allow 1 byte Kana) -> 50221
  • Japanese (Shift-JIS) -> 932
  • Korean -> 949
  • Korean (EUC) -> 51949
  • Latin 3 (ISO) -> 28593
  • Latin 9(ISO) -> 28605
  • Thai (Windows) -> 874
  • Turkish (ISO) -> 28599
  • Turkish (Windows) -> 1254
  • Unicode (UTF-7) -> 65000
  • Unicode (UTF-8) -> 65001
  • US-ASCII -> 20127
  • User Defined -> 50000
  • Vietnamese (Windows) -> 1258
  • Western European (ISO) -> 28591 (default)
  • Western European (Windows) -> 1252

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: Encoding for outgoing messages
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_CURRENT_USER\software\policies\microsoft\office\16.0\outlook\options\mshtml\international]
"default_codepageout"=dword:00006faf
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Encoding for outgoing messages
# 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\outlook\options\mshtml\international'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'default_codepageout' -Value 28591 -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