URL Parser - Online Decompose Link into Components
Break down any URL into its individual components: protocol, hostname, path, query parameters. Decode query strings easily. Purely client-side.
UD5 Toolkit
Instantly expand shortened URLs to reveal their true destination. Check where that link really goes before you click — stay safe online.
Tracing redirects and resolving the destination
curl -L which can show each redirect hop.
Break down any URL into its individual components: protocol, hostname, path, query parameters. Decode query strings easily. Purely client-side.
Encode or decode a string for use in a URL query parameter. See the raw and encoded versions. Dev tool.
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
Encode or decode data to/from Base58 (Bitcoin alphabet). Useful for cryptocurrency address generation testing. Fully local, no data sent.
Enter an image URL to extract a 5-color dominant palette. Avoids uploading files. Uses canvas to read remote image pixels. Fast and privacy-oriented.
Paste text with \uXXXX or \xXX escape sequences and decode to readable characters. Works for all Unicode planes.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Enter two URLs and see if they resolve to the same canonical form after normalization. Find duplicate content issues.
Enter a URL and fetch its text/background colors to perform a bulk contrast check. See warnings for WCAG violations.
Create a Blob from text or a file and generate a temporary URL for it. Understand the Blob API. Dev demo.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Enter an image URL, crop it interactively, and download the result. No upload. Works with any CORS‑enabled image.
Encode latitude/longitude into a geohash string and decode a geohash back to coordinates with precision info. Local algorithm.
Convert integers into short, unique, YouTube‑style IDs (hashids) and decode them back. Customize salt and minimum length.
Enter an acronym and see its most common full forms. Static dictionary. No internet needed after load.
Paste a direct link to an image and get its 5 dominant colors with hex codes. No upload, uses canvas with CORS proxy.
Encode any file into a Base64 string that you can copy, or decode a Base64 string back to a downloadable file. Pure frontend.
Enter the URL of any image and receive a random harmonious palette extracted from it. Click to regen. For quick inspiration.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, cross‑origin friendly.
Freeze your live camera, then scan a QR code from the static frame. Works when auto‑scan fails. Private.
Convert title to URL slug with options: ignore stop words, transliterate special characters, choose separator. SEO friendly.
Enter an image URL and extract its dominant color palette. No download needed. Fast visual analysis.
Paste a data: URL and instantly download the file it represents. Supports all MIME types. Simple extraction.
Enter Braille dot numbers (1‑6) or paste Unicode Braille to decode into English text. Companion to text‑to‑Braille.
Enter a full URL and get all query parameters in a clean table with decoded values. Quickly see UTM and tracking params.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Upload an image containing a QR code and decode its content. Works offline using JavaScript QR decoder. No camera needed.
Convert messy URLs into clean, keyword-rich slugs. Remove stop words, replace spaces with hyphens. Lowercase transformation. All local.
Decode Base64 encoded strings back into viewable images and download them as PNG. Useful for debugging APIs and data URIs. Secure local processing.
Convert titles and sentences into clean URL slugs. Handles special characters, spaces, and case. Essential for CMS users and developers creating SEO-friendly links.