Supported Formats
Converts Base64 strings (e.g., `SGVsbG8=`) back to their original text or binary form.
Decodes URLs by replacing `%20` with spaces and other percent-encoded characters.
Translates hexadecimal values (e.g., `48 65 6c 6c 6f`) back into readable ASCII text.
Converts streams of 0s and 1s back into standard text characters.