UTF-8 vs UTF-16 Encoding | Which One is Prevalent?
Unicode brought up the concept of representing all the characters in code points first and then representing these code points in memory by encoding them. How to represent these code points in memory led to the development of different Unicode encoding schemes. In this article, we’ll compare UTF-8 vs UTF-16 encoding, to see which is…