What is Encoding?
Encoding is the process of transforming data from one representation into another according to a defined, reversible scheme — for example turning binary bytes into Base64 text, or Unicode characters into UTF-8 bytes. Encoding is not about secrecy; anyone who knows the scheme can decode it, which distinguishes it from encryption.
Example
Encoding the byte sequence for "Hi" as Base64 produces SGk=.
Related tool
Try it on ToolSphere — runs entirely in your browser, nothing is uploaded to a server.