{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-02T21:58:29.665Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"base64-encode","name":"Base64 Encode","url":"https://myaitools.net/base64-encode"},{"slug":"text-to-hex","name":"Text to Hex","url":"https://myaitools.net/text-to-hex"},{"slug":"text-to-binary","name":"Text to Binary","url":"https://myaitools.net/text-to-binary"},{"slug":"base32-decode","name":"Base32 Decode","url":"https://myaitools.net/base32-decode"},{"slug":"base64-decode","name":"Base64 Decode","url":"https://myaitools.net/base64-decode"},{"slug":"url-encode","name":"URL Encode","url":"https://myaitools.net/url-encode"},{"slug":"quoted-printable-encode","name":"Quoted-Printable Encode","url":"https://myaitools.net/quoted-printable-encode"},{"slug":"hex-to-text","name":"Hex to Text","url":"https://myaitools.net/hex-to-text"}],"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://myaitools.net/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://myaitools.net/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."}}