blah blah blah is here! blah blah » Close

0
votes
1 answers

What's the difference between UTF-8 and ASCII?

Rick_A
761

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?

Feedback