Base32 Encode/Decode
RFC 4648 Base32 encoding/decoding (standard, base32hex, Crockford). UTF-8 safe.
Tool Upgrade Coming Soon
This tool is currently a preview template. We are actively upgrading it to 100% blueprint compliance with 10 extra features. Like all UnQTools features, the upgraded version will run 100% locally in your browser with zero network requests.
About Base32 Encode/Decode
RFC 4648 Base32 encoding/decoding (standard, base32hex, Crockford). UTF-8 safe. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
What does this tool do?
RFC 4648 Base32 encoding/decoding (standard, base32hex, Crockford). UTF-8 safe.
Is my data sent to a server?
No. This tool runs 100% in your browser. Nothing is uploaded or tracked.
What extra features does this tool have?
Extras: (1) Multiple modes/formats, (2) Live preview, (3) Import/export, (4) Bulk mode, (5) Copy/download, (6) History (localStorage), (7) Randomize, (8) Presets, (9) Validation, (10) PWA offline, (11) UTF-8 safe, (12) Dark mode.
Does this work offline?
Yes — install as a PWA and use it without network.
Related tools
.bashrc / .zshrc Alias & Config Manager
Build shell aliases, functions, exports, and PATH edits in a visual editor, then export a clean, commented .aliases file sourced from both .bashrc and .zshrc — with shadowing detection against shell builtins and common CLI tools, function suggestions when args are needed, starter packs (git, docker, kubectl, navigation, safety, ls, dev, devops, data science), import of existing rc files, dedupe, history (localStorage), and shareable URL. 100% client-side.
Add / Subtract Date Calculator
Add or subtract years, months, weeks, days, hours, minutes and seconds from a starting date/time. Calendar-day or business-day mode with custom weekend + holiday list. Month-end policy toggle (clamp to last day vs overflow). Repeat/series mode (e.g. every 2 weeks x 10) with CSV export. Shareable URL. 100% client-side.
Add Line Numbers
Add sequential line numbers to text. Custom format, padding, start, step. Skip empty lines.