answersLogoWhite

0

What does encodes mean?

User Avatar

Anonymous

10y ago
Updated: 6/17/2022

It is the opposite of decode. When you encode an entity you are altering its representation. To restore the origin al representation you must decode it.

In computers, everything must be encoded in binary. This means everything must be reduced to a numeric value. The word "Answers" is not a number but it can be encoded as a number by replacing each character with its ANSI numeric code. Converting each of these values to binary we find that the word "Answers" can be encoded as the binary value: 00100001011011100111001101110111011001010111001001110011

Now that it is numeric, we can encode it further through the use of compression encryption, Gray code or any encoding we wish.

User Avatar

Marcel Strosin

Lvl 10
3y ago

What else can I help you with?