Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
53 views1 page

Active Learning UTF-8

UTF-8 became the standard web encoding as it avoids eight consecutive zeros which can stop string reading, each character has the same value across languages, and it is backwards compatible with ASCII while allowing easy character removal.

Uploaded by

Manas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Active Learning UTF-8

UTF-8 became the standard web encoding as it avoids eight consecutive zeros which can stop string reading, each character has the same value across languages, and it is backwards compatible with ASCII while allowing easy character removal.

Uploaded by

Manas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

The are many reasons why UTF-8 became the standard for encoding on the web.

Unlike other formats in


UTF-8 there is never a time where there are eight zeros in a row. In some computer languages if there
are eight zeros in a row it will stop reading the string. Another benefit of UTF-8 is that it has a universal
compatibility. Each character has an associated value across different languages so there is no difference
in different regions or countries. UTF-8 is also backwards compatible with ASCII and characters can be
easily removed by looking at the previous heading. These are some of the reasons why UTF-8 has
become the encoding standard over the web.

You might also like