Check out example codes for "how to work with ascii in c#". It will help you in understanding the concepts better.
Code Example 1
string value = "9quali52ty3";
// Convert the string into a byte[].
byte[] asciiBytes = Encoding.ASCII.GetBytes(value);
Learn ReactJs, React Native from akashmittal.com