System.Text.Encoding.CodePages 9.0.5

About

System.Text.Encoding.CodePages enable creating single and double bytes encodings for code pages that otherwise are available only in the desktop .NET Framework.

Key Features

  • Support single and double byte encodings for code pages that are not available in .NET Core.

How to Use

using System.Text;

// Register the CodePages encoding provider at application startup to enable using single and double byte encodings.
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);

// Now can create single and double byte encodings for code pages that are not available in .NET Core.
Encoding windows1252Encoding = Encoding.GetEncoding(1252); // Western European (Windows)
byte[] encodedBytes = windows1252Encoding.GetBytes("String to encode");

Main Types

The main types provided by this library are:

  • CodePagesEncodingProvider

Additional Documentation

Feedback & Contributing

System.Text.Encoding.CodePages is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Text.Encoding.CodePages.

Packages Downloads
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 62104e14e02e93e5808e884b94bed426f9529cc3 When using NuGet 3.x this package requires at least version 3.4.
6
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. \r\n TFS ID: 1577511, GitHub SHA: https://github.com/dotnet/corefx/tree/dacca1618c0dbb266945d42e58b9584e7c72126c
6
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. Contains .NET Native 1.6 plus a fix for an issue that caused MAKEPRI build warnings to be emitted when building app packages for UWP projects. When using Visual Studio this package requires Visual Studio 2017 or later. When using NuGet 3.x this package requires at least version 3.4.
6
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 2c481f1d5b480b23fbc1359c38be9771913065ca When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/5429b35d5a4359cbf4815f3563cdc4de13dae1be
5
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 1c2987745619225a9812dfc27c0d11976d93dd47 When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. Contains .NET Native 1.6. 5.3.4 corrected an issue where System.Threading.Thread.MemoryBarrier was implemented as nop on x86. When using Visual Studio this package requires Visual Studio 2017 or later. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 7eb07205b77f5657893a906fe517d7b91e713fe7 When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 5.4.1 contains .NET Native 1.7. When using Visual Studio this package requires Visual Studio 2017 or later. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 09dd6cf2fe48d7e23628671deb819105218171c9 When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 0eed6b77c75c73f8488abf7b00294e1ac0648320 When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 6.0.1 contains .NET Native 2.0. When using Visual Studio this package requires Visual Studio 2017 or later. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 4353a76c439e02cd9fa44f412ce73d564c749285 When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 5.2.4 contains .NET Native 1.4 plus the following fix: - Updated the WCF packages which contain bug fixes. When using Visual Studio this package requires Visual Studio 2015 Update 3 or later. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. fa5143502b6eb9c1a3291b15d1074e416d5b1ea0 When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 5.2.3 contains .NET Native 1.4 plus the following two fixes: - Fixed an issue that caused DataContractJsonSerializer to fail to serialize any [DataContract] type whose default constructor is not public. - Fixed a regression in 5.2.2 where 4 Libraries were accidently no longer referenced by default - System.Collections.NonGeneric - System.Collections.Specialized - System.Threading.Overlapped - System.Xml.XmlDocument When using Visual Studio this package requires Visual Studio 2015 Update 3 or later. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 5.4.2 contains .NET Native 1.7. This updates the WCF NuGet packages which contain bug fixes. When using Visual Studio this package requires Visual Studio 2017 or later. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 5.2.2 contains .NET Native 1.4 and is the default in-box reference in Visual Studio 2017. When using Visual Studio this package requires Visual Studio 2015 Update 3 or later. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 5.4.0 contains .NET Native 1.7. When using Visual Studio this package requires Visual Studio 2017 or later. When using NuGet 3.x this package requires at least version 3.4.
5

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
10.0.0-rc.2.25502.107 1 11/04/2025
10.0.0-rc.1.25451.107 2 09/10/2025
10.0.0-preview.7.25380.108 4 08/21/2025
10.0.0-preview.6.25358.103 4 07/22/2025
10.0.0-preview.5.25277.114 4 07/22/2025
10.0.0-preview.4.25258.110 4 07/21/2025
10.0.0-preview.3.25171.5 3 07/23/2025
10.0.0-preview.2.25163.2 3 07/23/2025
10.0.0-preview.1.25080.5 4 07/23/2025
9.0.10 1 11/04/2025
9.0.9 2 09/10/2025
9.0.8 3 08/21/2025
9.0.7 3 08/21/2025
9.0.6 4 07/20/2025
9.0.5 3 07/20/2025
9.0.4 4 07/20/2025
9.0.3 4 07/20/2025
9.0.2 4 07/20/2025
9.0.1 3 08/21/2025
9.0.0 5 07/20/2025
9.0.0-rc.2.24473.5 3 07/24/2025
9.0.0-rc.1.24431.7 4 07/24/2025
9.0.0-preview.7.24405.7 3 07/23/2025
9.0.0-preview.6.24327.7 3 07/23/2025
9.0.0-preview.5.24306.7 3 07/24/2025
9.0.0-preview.4.24266.19 3 07/23/2025
9.0.0-preview.3.24172.9 3 07/23/2025
9.0.0-preview.2.24128.5 3 07/24/2025
9.0.0-preview.1.24080.9 3 07/23/2025
8.0.0 3 07/20/2025
8.0.0-rc.2.23479.6 3 07/24/2025
8.0.0-rc.1.23419.4 3 07/24/2025
8.0.0-preview.7.23375.6 4 07/23/2025
8.0.0-preview.6.23329.7 3 07/23/2025
8.0.0-preview.5.23280.8 3 07/23/2025
8.0.0-preview.4.23259.5 3 07/23/2025
8.0.0-preview.3.23174.8 3 07/23/2025
8.0.0-preview.2.23128.3 3 07/23/2025
8.0.0-preview.1.23110.8 3 07/23/2025
7.0.0 3 07/20/2025
7.0.0-rc.2.22472.3 3 07/23/2025
7.0.0-rc.1.22426.10 3 07/24/2025
7.0.0-preview.7.22375.6 4 07/23/2025
7.0.0-preview.6.22324.4 4 07/23/2025
7.0.0-preview.5.22301.12 4 07/23/2025
7.0.0-preview.4.22229.4 4 07/23/2025
7.0.0-preview.3.22175.4 3 07/23/2025
7.0.0-preview.2.22152.2 4 07/23/2025
7.0.0-preview.1.22076.8 3 07/23/2025
6.0.1 3 07/20/2025
6.0.0 4 07/20/2025
6.0.0-rc.2.21480.5 3 07/24/2025
6.0.0-rc.1.21451.13 3 07/24/2025
6.0.0-preview.7.21377.19 3 07/23/2025
6.0.0-preview.6.21352.12 4 07/23/2025
6.0.0-preview.5.21301.5 3 07/23/2025
6.0.0-preview.4.21253.7 3 07/24/2025
6.0.0-preview.3.21201.4 3 07/23/2025
6.0.0-preview.2.21154.6 4 07/23/2025
6.0.0-preview.1.21102.12 4 07/23/2025
5.0.0 4 07/20/2025
5.0.0-rc.2.20475.5 3 07/23/2025
5.0.0-rc.1.20451.14 3 07/23/2025
5.0.0-preview.8.20407.11 4 07/23/2025
5.0.0-preview.7.20364.11 3 07/23/2025
5.0.0-preview.6.20305.6 4 07/23/2025
5.0.0-preview.5.20278.1 3 07/23/2025
5.0.0-preview.4.20251.6 3 07/23/2025
5.0.0-preview.3.20214.6 3 07/23/2025
5.0.0-preview.2.20160.6 3 07/23/2025
5.0.0-preview.1.20120.5 3 07/23/2025
4.7.1 3 07/20/2025
4.7.0 3 07/20/2025
4.7.0-preview3.19551.4 3 07/24/2025
4.7.0-preview2.19523.17 4 07/24/2025
4.7.0-preview1.19504.10 3 07/23/2025
4.6.0 4 07/20/2025
4.6.0-rc1.19456.4 3 07/23/2025
4.6.0-preview9.19421.4 4 07/23/2025
4.6.0-preview9.19416.11 4 07/23/2025
4.6.0-preview8.19405.3 3 07/23/2025
4.6.0-preview7.19362.9 3 07/23/2025
4.6.0-preview6.19303.8 3 07/24/2025
4.6.0-preview6.19264.9 3 07/23/2025
4.6.0-preview5.19224.8 3 07/24/2025
4.6.0-preview4.19212.13 7 07/16/2025
4.6.0-preview3.19128.7 3 07/24/2025
4.6.0-preview.19073.11 2 07/24/2025
4.6.0-preview.18571.3 3 07/24/2025
4.5.1 4 07/20/2025
4.5.1-servicing-27114-05 3 07/24/2025
4.5.0 4 07/20/2025
4.5.0-rc1 4 07/22/2025
4.5.0-preview2-26406-04 3 07/23/2025
4.5.0-preview1-26216-02 3 07/24/2025
4.5.0-preview1-25914-04 3 07/24/2025
4.4.0 3 07/20/2025
4.4.0-preview2-25405-01 4 07/23/2025
4.4.0-preview1-25305-02 3 07/23/2025
4.3.0 4 07/20/2025
4.3.0-preview1-24530-04 3 07/23/2025
4.0.1 5 07/20/2025
4.0.1-rc2-24027 4 07/22/2025
4.0.1-beta-23516 4 07/21/2025
4.0.1-beta-23409 4 07/21/2025
4.0.1-beta-23225 4 07/21/2025
4.0.0 4 07/20/2025
4.0.0-beta-23109 3 07/21/2025
4.0.0-beta-23019 4 07/22/2025
4.0.0-beta-22816 5 07/21/2025
4.0.0-beta-22605 3 07/21/2025
4.0.0-beta-22416 3 07/21/2025
4.0.0-beta-22231 3 07/21/2025