Common data encoding formats

​Two of the common data encoding formats are binary and hexadecimal.

Binary format are the numbers 0 and 1. In computer terms 0 means absence of a signal and 1 means presence of it.

0s and 1s can be grouped together to form a hexadecimal number.

Hexadecimal number is another word for word sixteen.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator