What is Decoding?
Decoding is the reverse of encoding: converting data back from its encoded representation to its original form using the same scheme it was encoded with. Decoding requires no secret — it is a mechanical, publicly-known transformation, unlike decryption which requires a key.
Example
Decoding SGk= from Base64 recovers the original bytes for "Hi".
Related tool
Try it on ToolSphere — runs entirely in your browser, nothing is uploaded to a server.