Base62 Encoder & Decoder - Online Shorten IDs
Encode text or numbers into base62 (0‑9a‑zA‑Z) and decode back. Ideal for shortening integer IDs and URLs. Local.
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.
Encode text or numbers into base62 (0‑9a‑zA‑Z) and decode back. Ideal for shortening integer IDs and URLs. Local.
Change the bit depth of a WAV file without leaving the browser. Dithering option included. For audio engineers.
Count significant digits in a number and round to a specific number of sig figs. Perfect for chemistry and physics labs.
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
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.
Encode or decode a string for use in a URL query parameter. See the raw and encoded versions. Dev tool.
Paste Markdown and convert all links from absolute to relative (or vice‑versa) based on a base domain. Bulk edit.
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.
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.
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.
Paste a JSON Web Token and decode its header and payload. Verify signature if you provide the secret. Fully local.
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.
Break down any URL into its individual components: protocol, hostname, path, query parameters. Decode query strings easily. Purely client-side.