Decodes a Base64-encoded string back to plain text. Handles both standard Base64 (using + and /) and URL-safe Base64 (using - and _). Correctly decodes UTF-8 encoded content including non-ASCII characters.
Decode JWT payloads, HTTP Basic Auth credentials, or any Base64-encoded data back to readable text instantly.
Convert Markdown to HTML instantly.
Convert HTML markup to clean Markdown syntax.
Convert CSV data into a JSON array of objects.
Flatten a JSON array of objects into a CSV spreadsheet.
Convert XML documents to a JSON representation.
Convert a JSON object or array to an XML document.