encode
Encode (verb) means to convert information into a particular form or system of symbols, so that it can be stored, sent or read by a machine. Example: “The video is encoded at a lower bitrate for mobile users.”
How to Use Encode
Learner’s notesIn plain EnglishTo put information into a code or format.
Standard, chiefly technical and scientific.
The opposite is decode, and the noun for the process is encoding.
Trace the full origin ↓Fill the Gap
Can you complete this real example?
The video is _____ at a lower bitrate for mobile users.
Etymology
Formed from the prefix en- "to put into" and code.
Synonyms
View more →Antonyms
Related Words
Rhymes for encode
See all rhymes for encode →Frequently Asked Questions
What is the difference between encoding and encrypting?
Encoding changes the form of data so a system can handle it, and anyone who knows the scheme can reverse it; it provides no secrecy. Encryption deliberately hides the content and can only be reversed with a key.
What is the difference between encode and encrypt in passwords?
An encoded password, such as one in base64, can be turned back into the original in seconds and is effectively stored in plain text. Passwords should be hashed with a slow one-way function so that even the system holding them cannot recover the original.
Does encode mean the same as compress?
Not quite, though the two overlap. Encoding a video usually involves compression, but encoding on its own simply means putting data into a defined format, which need not make it smaller.