{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.227Z","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":"binary-to-decimal","name":"Binary to Decimal","description":"Convert a binary number to decimal — also shows hex and octal. Spaces and underscores ignored.","longDescription":"Paste a binary number (0s and 1s, freely punctuated with spaces or underscores) and get its decimal value plus the hex and octal representations. Powered by BigInt so even very long bit strings convert without precision loss — handy for inspecting flags, registers or protocol fields. Runs entirely in your browser, no network calls.","category":"text","categoryName":"Text & Encoding","keywords":["binary to decimal","bin to dec","convert binary to decimal","binary to decimal converter","binary to decimal online","bin2dec","binary to number","base 2 to base 10","binary to integer","binary decimal hex octal","binary number converter","binary to dec calculator","0b to decimal"],"badge":"Converter","url":"https://toolsly.tools/binary-to-decimal","inputs":[{"type":"text","key":"binary","label":"Binary","placeholder":"1101 1110 1010 1101 1011 1110 1110 1111","monospace":true,"help":"Optional 0b prefix. Spaces and underscores ignored."}],"outputs":[{"key":"decimal","label":"Decimal (base 10)"},{"key":"hex","label":"Hex (base 16)"},{"key":"octal","label":"Octal (base 8)"}],"invocation":{"webUi":"https://toolsly.tools/binary-to-decimal","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."}}