+ 4

WHAT IS CHARACTER ENCODING.WHY IT IS NECESSARY IN HTML-5 ?

24th Jan 2017, 5:20 AM
Diksha Chourasiya
Diksha Chourasiya - avatar
3 Antworten
+ 7
Utf8 is basically like a folder in which all the characters are available no matter what language it is, its 8 bit so 2^8 available digits=256. more or less this covers all your needed items. Previously ASCII 7 was being used but, due to some limitations(I don't know, there must have been some for sure) we got an upgrade, well there are utf16 and utf32 also available with the corresponding size of 16 and 32 size; HappyCoding http://artsites.ucsc.edu/ems/music/equipment/computers/bits_bytes/bits_bytes.html
25th Jan 2017, 4:01 AM
Navneet Sharma
Navneet Sharma - avatar
+ 1
to make browser display the text content normally. ex. : tranditional chinese characters or french characters like é , ê, á, æ... recommand use of utf-8
24th Jan 2017, 11:52 AM
Nightwalker Yao 🇨🇮
Nightwalker Yao 🇨🇮 - avatar
0
To fulfil the requirements of the current browsers.
24th Jan 2017, 9:10 AM
shashi prakash
shashi prakash - avatar