{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.243Z","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":"base-converter","name":"Base Converter (2-36)","description":"Convert a number between any two bases from 2 to 36 — also shows the value in binary, octal, decimal and hex.","longDescription":"A general-purpose number-base converter that handles any radix from 2 (binary) up to 36 (digits 0-9 then letters a-z). Enter a value, the base it's currently in, and the target base. The tool also shows the value in the four standard bases (binary, octal, decimal, hex) for quick reference. Powered by BigInt so arbitrarily large numbers convert without precision loss. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["base converter","number base converter","radix converter","convert number base","base 2 to base 16","any base converter","base 36 converter","base n converter","arbitrary base converter","binary octal decimal hex","base converter online","base converter free","convert between bases"],"badge":"Converter","url":"https://toolsly.tools/base-converter","inputs":[{"type":"text","key":"value","label":"Value","placeholder":"ff","monospace":true},{"type":"number","key":"fromBase","label":"From base (2-36)","defaultValue":10,"min":2,"max":36,"step":1},{"type":"number","key":"toBase","label":"To base (2-36)","defaultValue":16,"min":2,"max":36,"step":1}],"outputs":[{"key":"result","label":"Result (in target base)"},{"key":"binary","label":"Binary (base 2)"},{"key":"octal","label":"Octal (base 8)"},{"key":"decimal","label":"Decimal (base 10)"},{"key":"hex","label":"Hex (base 16)"}],"invocation":{"webUi":"https://toolsly.tools/base-converter","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."}}