What encoding can be used for JIS X 0201 (and other) encoding or decoding in C#

221 Views Asked by At

Out of the list of supported encoding for C#, which of those will and will not support encoding or decoding the character sets listed here.

I am looking for a mapping, something like the below table (the below example could be wrong it's just an example).

HL7 Alt Character Set Supported? C# Encoding
ASCII Yes us-ascii
8859/1 Yes iso-8859-1
ISO IR14 No
0

There are 0 best solutions below