Hex to Float Converter - Online IEEE 754 Decoder
Enter a hexadecimal string and decode it as a 32‑bit or 64‑bit floating‑point number. Low‑level developer tool.
UD5 Toolkit
Paste a Base64-encoded image string or data URI to instantly decode, preview, and download your image. All processing happens locally in your browser.
data:image/png;base64,...). Once decoded, you can preview the image, check its format and dimensions, and download it to your device with a single click. No data is uploaded to any server—everything happens locally in your browser.
data:image/...;base64,)—if present, the actual Base64 data follows the comma. The tool validates your input and provides clear feedback if something is wrong.
data:image/png;base64,iVBORw0KGgo...) into the input box. The tool automatically extracts the MIME type and the Base64-encoded portion, then decodes and displays the image. This is especially useful when working with images embedded in HTML, CSS files, or API responses that use the Data URI scheme.
=). (3) Invalid characters outside the Base64 alphabet. (4) The string is truncated or incomplete. (5) The decoded data is not a valid image file—the string may encode something other than an image. If you're copying from a source with a Data URI prefix, make sure to include the full prefix. The tool provides specific error messages to help you diagnose the problem.
data:[mime-type];base64,[data]. For example, data:image/png;base64,iVBORw0KGgo... is a Data URI, while iVBORw0KGgo... alone is raw Base64. This tool handles both formats automatically.
Enter a hexadecimal string and decode it as a 32‑bit or 64‑bit floating‑point number. Low‑level developer tool.
Paste Pug template code and compile it to HTML. See the rendered output instantly. For static site devs.
Convert units of force: Newton, kilonewton, pound-force, dyne. Handy for physics homework and engineering. Private, no upload.
Create CSS animations and transitions without coding. Define keyframes, easing, and duration. Copy the @keyframes and animation code instantly.
Use your microphone to dictate text and see it appear live. Also upload an audio file for basic transcription. All local.
Use your microphone to dictate text and see it appear live. Also upload an audio file for transcription (limited). All local.
Fill in daily work hours and tasks, and generate a printable PDF timesheet. Clean, professional layout. Local.
Paste a corpus of text and generate new random sentences that mimic the style using Markov chains. Local only.
Demonstrate how to yield heavy computation to user input using the isInputPending API. Keep UI responsive.
Run a CPU‑heavy calculation (e.g., prime numbers) in a Web Worker and see the UI stay responsive. Code snippet provided.
Start recording and watch for Long Tasks that block the main thread. See task duration and attribution. Improve Interaction to Next Paint.
Use the document.fonts API to check if a font is loaded. Watch the ready promise. Avoid FOUT. JavaScript demo.
Repeat the growing color sequence. How far can you go? Classic memory game with sound and animations.
Enter a cron expression and get a plain English description of when it runs. Understand complex schedules instantly. Developer friendly.
Build <link> tags for preload, prefetch, preconnect, and dns‑prefetch. Improve page load speed with correct priorities. Copy the optimized HTML.
Visualize random-width plank layout and calculate total square footage plus waste for hardwood or laminate flooring.
Create multi‑step keyframe animations by adding stops and properties. Play and pause. Copy the complete CSS. Intuitive UI.
Create half‑hour time blocks for your day. Drag to resize and reorder. Export as image. All local.
Take a normal sentence and reverse the word order. Sound like Yoda or just play with language.
Paste a git log and generate a polished changelog grouped by type (feat, fix, etc.). Follows Keep a Changelog format. Local.
Click for an endless stream of random dad jokes and puns. Copy and share. Guaranteed to make you groan. All local.
Set up resources and processes and run the Banker's algorithm to check for safe states. Classic OS deadlock avoidance demo.
Build a responsive masonry layout using the column‑count property. No JavaScript. Copy the minimal CSS.
Drag tasks into a 2x2 grid (Urgent vs. Important or Impact vs. Effort). Visual decision aid. Local.
Toggle browser‑generated bold and italic when a real italic is missing. Understand and control font fallback rendering.
Divide your day into blocks with color codes. Drag tasks into slots. See free time at a glance.
Try the experimental masonry layout in CSS Grid (enabled via flag). See how items flow. Copy the code. For cutting‑edge browsers.
Re‑order words to sound like Master Yoda. Not perfect, but amusing, this tool is. Local and quick.
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.