Auto Caesar Cipher Decoder – Online Rot1‑25 Try All
Paste an enciphered text and instantly see all 25 possible shifts. Highlight the most plausible.
UD5 Toolkit
Decode Data URLs to files & convert files to Data URLs — all client-side, no uploads
Parsed file will appear here
Drag & drop a file here
or click to browse
Max recommended: 10 MB
Generated Data URL will appear here
data: scheme. It includes the MIME type, optional base64 encoding flag, and the actual file content. Common format: data:[MIME-type][;base64],<data>. Data URLs are widely used for embedding images, fonts, and other small assets directly in HTML/CSS to reduce HTTP requests.
decodeURIComponent(). Then it creates a Blob object in your browser and generates a downloadable file — all processing happens locally on your device, no data is ever uploaded to any server.
atob(), Blob, FileReader). Your data never leaves your device. We don't use any server-side processing, no cookies track your Data URLs, and no information is stored or transmitted. You can even disconnect from the internet and the tool will still work perfectly.
FileReader.readAsDataURL() API to encode your file into a Data URL instantly. You can then copy the generated Data URL to your clipboard. Note: Data URLs are roughly 33% larger than the original binary file due to base64 encoding overhead, so this method is best for files under ~10 MB.
Paste an enciphered text and instantly see all 25 possible shifts. Highlight the most plausible.
Encode or decode data to/from Base58 (Bitcoin alphabet). Useful for cryptocurrency address generation testing. Fully local, no data sent.
Encode or decode a string for use in a URL query parameter. See the raw and encoded versions. Dev tool.
Paste text with \uXXXX or \xXX escape sequences and decode to readable characters. Works for all Unicode planes.
Use your webcam to record a video clip and download it as WebM. Adjust resolution. Works offline. Privacy‑friendly.
Quickly estimate your internet connection speed by downloading a small test file. See class and recommendations.
Drop files onto a zone and see a preview with name, size, and type. Copy the JavaScript pattern for your site.
Use your webcam to record a video clip and download it as WebM. Adjust resolution and see a preview. Works offline.
Paste a Base64 data URI and download the image directly. Supports JPEG, PNG, GIF, WebP. Safe local processing.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
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.
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.
Measure your internet connection speed by downloading and uploading a small test file. Works from your browser.
Upload multiple text files and concatenate them into one, with optional separators. No upload; processed instantly.
Freeze your live camera, then scan a QR code from the static frame. Works when auto‑scan fails. Private.
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
Enter Braille dot numbers (1‑6) or paste Unicode Braille to decode into English text. Companion to text‑to‑Braille.
Estimate how long it takes to download/upload a file given bandwidth speed. Also convert between bits and bytes.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Upload a small file to see each byte as a block, color-coded by value. Visualize the structure of binary data. Client-side.
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.
Find out the real destination of any shortened link (bit.ly, t.co, etc.) without clicking. Resolves redirects locally using public HTTP headers.
Extract the thumbnail image for any YouTube video by pasting its URL. Download in multiple resolutions (HD, SD). Simple and fast.
Break down any URL into its individual components: protocol, hostname, path, query parameters. Decode query strings easily. Purely client-side.
Decode Base64 encoded strings back into viewable images and download them as PNG. Useful for debugging APIs and data URIs. Secure local processing.