The URL Encoder converts characters that are not allowed in URLs (spaces, &, =, ?, #, non-ASCII characters) into their percent-encoded equivalents using encodeURIComponent. The URL Decoder reverses this. Supports both component encoding (for query parameter values) and full URL encoding.
Encode query parameters before appending to URLs, or decode percent-encoded URLs from server logs and analytics exports.
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.