{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.242Z","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-hex","name":"Binary to Hex","description":"Convert a binary number to hexadecimal — input is padded to a multiple of 4 bits. Also shows decimal.","longDescription":"Paste a binary number (0s and 1s, freely punctuated with spaces or underscores) and get its hex value. The input is padded on the left to a multiple of 4 so each output digit corresponds to a clean nibble. Decimal value is shown too. Uses BigInt for unlimited input length. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["binary to hex","bin to hex","binary to hexadecimal","convert binary to hex","binary to hex converter","binary to hex online","bin2hex","bits to hex","base 2 to base 16","binary hex decimal","binary to hex calculator","0b to hex","binary nibble to hex"],"badge":"Converter","url":"https://toolsly.tools/binary-to-hex","inputs":[{"type":"text","key":"binary","label":"Binary","placeholder":"1101 1110 1010 1101","monospace":true,"help":"Spaces and underscores ignored. Input is left-padded to a multiple of 4 bits."}],"outputs":[{"key":"hex","label":"Hex (uppercase, 0x prefix)"},{"key":"hexLower","label":"Hex (lowercase, bare)"},{"key":"decimal","label":"Decimal"}],"invocation":{"webUi":"https://toolsly.tools/binary-to-hex","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."}}