Encoding
Backslash Escape / Unescape
Escape strings to paste them into code or unescape backslash sequences when you need to read the real value of a string.
Base64 Image
Convert images into Base64 data URIs for embedding in HTML or CSS, or paste existing Base64 to preview and recover the original image.
Base64 String
Encode text as Base64 or decode existing strings to review payloads, tokens, embedded data and API-transported values.
HTML elements
Convert symbols, accents and reserved characters to HTML entities, or recover the original text when analyzing escaped page content.
SVG to CSS
Convert SVG into CSS-ready values for background, mask or variables, choosing URL encoding or Base64 depending on the use case.
URL Encode / Decode
Transform text with special characters into a valid URL or decode percent-encoding to read parameters, paths and fragments unambiguously.
URL Parser
Split a URL into protocol, host, port, path, query, parameters and fragment to review complex links or debug web integrations.