In html5 utf-8 stands for . What's it's actual work??? Anyone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

In html5 utf-8 stands for . What's it's actual work??? Anyone?

9th May 2019, 6:55 AM
Nayan Uchhana
Nayan Uchhana - avatar
2 Answers
+ 3
Characters corrisponds to numbers, utf-8 is just a character table standart https://code.sololearn.com/cW28i6z2Dy8T/?ref=app
9th May 2019, 7:31 AM
Emore Anzolin
Emore Anzolin - avatar
+ 2
UTF8 is an encoding for characters as computer have no glue about such things except 0 and 1. So you need a convention (encoding) how to represent a letter. UTF8 is only one of many (others are ASCII, LATIN1, ...). Same is true for Numbers (Natural, Decimal. Floating, ...) but there are other standards to handle them.
9th May 2019, 11:22 AM
Daniel Adam
Daniel Adam - avatar