To reverse a previously used encoding process. Typically,
binary data gets encoded so that the human eye can at least register it. Binary
Data is encoded into a “readable” format
so that it can be transmitted by text-based protocols such as SMTP (email) or
HTTP (Web).
See Also:
Code; Encode; BASE64.