Skip to content

Character Encoding

Character encoding is the method computers use to store characters as data.

Essentially, all text on a web page is a sequence of characters stored as one or more bytes.

In computing, a byte is a unit of data consisting of 8 bits.

评论