Skip to content
📝 字数:working on

Character Encoding

Estimated time to read: 1 minute

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.

评论