{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.247Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"base32-encode","name":"Base32 Encode","description":"Encode UTF-8 text to RFC 4648 Base32 — alphabet A-Z and 2-7, with = padding. Useful for TOTP secrets and DNS-safe identifiers.","longDescription":"Convert any UTF-8 string into its Base32 representation using the standard RFC 4648 alphabet (A-Z, 2-7) with = padding. Base32 is widely used for TOTP / 2FA seeds (Google Authenticator, Authy), case-insensitive identifiers, and any context where you need a binary-safe encoding that avoids the I/1/O/0 confusion common in Base64. Encoding happens entirely in your browser — your text never leaves the page.","category":"text","categoryName":"Text & Encoding","keywords":["base32 encode","base32 encoder","text to base32","rfc 4648 base32","encode base32","string to base32","utf8 to base32","base32 online","base32 free","totp secret encoder","base32 converter","base32 encoding tool","convert text to base32"],"badge":"Encoder","url":"https://toolsly.tools/base32-encode","inputs":[{"type":"text","key":"text","label":"Text","placeholder":"Hello, world!","multiline":true,"monospace":true,"help":"Encoded as UTF-8 before Base32. Runs locally in your browser."}],"outputs":[{"key":"base32","label":"Base32","multiline":true},{"key":"length","label":"Output length (chars)"},{"key":"byteLength","label":"Input length (bytes)"}],"invocation":{"webUi":"https://toolsly.tools/base32-encode","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}