Unicode: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 3: Line 3:
In unicode, the 8th bit is used to change switch out sets of 128 characters.<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.
When the first bit is 0, the character set is ascii - which conveniently means all ASCII is valid unicode.
Unicode can be represented using various different text encodings.


= Documentation =
= Documentation =

Revision as of 01:23, 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.

Unicode can be represented using various different text encodings.

Documentation

wikipedia https://en.wikipedia.org/wiki/Unicode