Languages
[Edit]
EN

C# / .NET - string to byte array

1 points
Created by:
Pearl-Hurley
559

In C# / .NET it is possible to make string conversion to byte array in few ways.

1. UTF-8 encoding example

Edit

Output:

2. ASCII (7-bits) encoding example

Edit

Output:

Note: £ sign can not be encoded with ASCII because it is described by more than 7 bits.

3. UTF-7 encoding example

Edit

Output:

4. UTF-32 encoding example

Edit

Output:

5. Unicode (UTF-16) encoding example

Edit

Output:

6. BigEndianUnicode (UTF-16 BE) encoding example

Edit

Output:

References

Edit
  1. Encoding Class - Microsoft Docs
  2. Encoding.GetBytes - Microsoft Docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join