0
votes
votes
1 answers
What's the difference between UTF-8 and ASCII?
What is the different between the character encodings UTF8 and ASCII? If I store a string in C#, and then want to convert it to a byte array and then back into a string, how does UTF and ASCII impact this memory wise?
