{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-04T12:03:45.563Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"hex-to-decimal","name":"Hex to Decimal","url":"https://myaitools.net/hex-to-decimal"},{"slug":"decimal-to-hex","name":"Decimal to Hex","url":"https://myaitools.net/decimal-to-hex"},{"slug":"binary-to-decimal","name":"Binary to Decimal","url":"https://myaitools.net/binary-to-decimal"},{"slug":"decimal-to-binary","name":"Decimal to Binary","url":"https://myaitools.net/decimal-to-binary"},{"slug":"hex-to-binary","name":"Hex to Binary","url":"https://myaitools.net/hex-to-binary"},{"slug":"base-converter","name":"Base Converter (2-36)","url":"https://myaitools.net/base-converter"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://myaitools.net/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://myaitools.net/hex-to-file"}],"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://myaitools.net/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://myaitools.net/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."}}