Encodes any text input as a Base64 string using UTF-8 encoding. Standard Base64 and URL-safe Base64 (replacing + and / with - and _) are both supported. Base64 encoding is used for embedding binary data in JSON, embedding images in CSS, and encoding credentials in HTTP headers.
Quickly encode strings for HTTP Basic Auth headers, data URIs, JWT payloads, or any system that requires Base64 input.
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.