Base32 Encoder & Decoder - Online Base32 Converter
Encode or decode text using Base32 scheme. Ideal for legacy systems and data obfuscation. Works completely offline in your browser for maximum security.
UD5 Toolkit
Online Base64 Converter — Encode text & files to Base64, decode Base64 back to original format instantly.
= character is padding. Since Base64 encodes 3 bytes into 4 characters, when the input data length isn't a multiple of 3, padding is added: one = for 1 extra byte, two == for 2 extra bytes. This ensures the output length is always a multiple of 4. Some Base64URL variants omit padding entirely.+ with - and / with _, and often omits the = padding. This makes it safe to use in URLs, filenames, and JSON Web Tokens (JWT) without percent-encoding. Our tool handles both variants — just paste either format and it will decode correctly.data:image/png;base64,iVBORw0KG...) that you can use directly in <img src="..."> tags or CSS backgrounds. You can also enable the "Output as Data URI" option for text-based encoding when you need the full URI format.btoa() which only works with Latin1, our implementation supports the full Unicode range.Encode or decode text using Base32 scheme. Ideal for legacy systems and data obfuscation. Works completely offline in your browser for maximum security.
Encode short audio clips into Base64 data URIs for direct embedding in HTML5 <audio> tags. No external files needed.
Encode special characters into URL-safe format or decode percent-encoded strings back to plain text. Fast and reliable, runs locally in your browser.
Obfuscate strings using simple techniques to prevent casual reading. Useful for hiding spoilers or email addresses from bots. Decode with the same tool.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
Construct HTTP Link headers for server push replacements, preload, and preconnect. Copy the header value.
Browse, edit, and delete keys stored by the idb‑keyval library in your browser. Handy for debugging PWAs.
Enter a name and query npm registry via public API to check if it's taken or scoped. Quick.
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Call navigator.storage.estimate() and display a visual pie chart of used vs. available browser storage. For PWA debugging.
Count significant digits in a number and round to a specific number of sig figs. Perfect for chemistry and physics labs.
Estimate potential honey yield by entering hive count, forage radius, and bloom type. Educational for beekeepers.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Reverse the NATO phonetic alphabet. Paste 'Bravo Romeo Alpha Victor Oscar' and get 'Bravo'. Essential for call center transcripts.
Encrypt text into the classic pigpen symbols and decode them back. Fun for treasure hunts and mystery games.
Convert multiple images to Base64 data URIs at once. Copy individually or as a JSON array. Great for inline assets. Local.
Convert between Gregorian and Hijri (Islamic) dates. Approximate visual reference. Local algorithm.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Convert minutes to decimal hours and vice versa. Essential for billing and payroll. Instant conversion with a handy chart.
Upload a logo and generate a pack of favicon sizes plus a .ico file. All conversion in your browser.
Convert between units of absorbed dose and equivalent dose (Gray, Rad, Rem, Sievert). Educational and reference. Local calculation.
Convert power units: watt, kilowatt, horsepower, BTU/h. Quick reference for electrical and mechanical engineering. Browser-based.
Convert torque units between Newton-meter, foot-pound, inch-pound, and more. Essential for mechanics and engineers. Instant local conversion.
Trim a video clip and convert it into an animated GIF. Adjust frame rate and size. Processing stays on your computer for privacy.
Convert audio files between popular formats like WAV, MP3, and OGG directly in the browser. No upload, fast encoding using WebAudio and ffmpeg wasm.
Paste binary sequences and convert them back to readable text. Supports space-separated and 8-bit formatted strings. Quick encoding reconversion.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.