Unicode: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 1: Line 1:
Unicode is a standard for text encoding.
Unicode is a standard for text encoding.<br>
It extends [[ASCII]], which espresses english in the first 7-bits of an 8-bit integer.<br>
In unicode, the 8th bit is used to change switch out sets of 128 characters.<br>
When the first bit is 0, the character set is ascii - which conveniently means all ASCII is valid unicode.

Revision as of 01:18, 1 August 2021

Unicode is a standard for text encoding.
It extends ASCII, which espresses english in the first 7-bits of an 8-bit integer.
In unicode, the 8th bit is used to change switch out sets of 128 characters.
When the first bit is 0, the character set is ascii - which conveniently means all ASCII is valid unicode.