{"generatedAt":"2026-07-19T03:01:59.563Z","tool":{"id":"number-base-converter","name":"Number Base Converter","description":"Convert between hex, binary, decimal, and octal with bit visualization and bitwise operations","category":"converter","icon":"0x","keywords":["hex to decimal","binary converter","number base","octal","hexadecimal","bitwise","binary calculator"],"remoteCallable":true,"remoteMode":"dedicated_api","riskClass":"M","maxInputBytes":262144,"timeoutMs":4000,"supportsStreaming":false,"url":"/number-base-converter/","tags":["converter"],"faqs":[{"question":"How do I convert hex to decimal?","answer":"Enter your hex value, select base 16 as input, and the decimal output appears instantly alongside binary and octal representations. You can also prefix with 0x."},{"question":"Can I see the binary bits visually?","answer":"Yes, the bit visualization displays individual bits as colored boxes in 8-bit, 16-bit, or 32-bit views. Bits are grouped into nibbles (groups of 4) for readability."},{"question":"Does it support bitwise operations?","answer":"Yes — AND, OR, XOR, NOT, left shift, and right shift operations between two values. Results are displayed in all bases simultaneously."},{"question":"Can it handle large numbers?","answer":"Yes, the converter uses BigInt for numbers that exceed the standard 32-bit or 64-bit range, supporting arbitrarily large integers."},{"question":"What bases are supported?","answer":"Any base from 2 to 36, with presets for Binary (2), Octal (8), Decimal (10), and Hexadecimal (16). Custom base input is available for specialized conversions."}],"howTo":[{"title":"Enter a number","description":"Input a number in any base: decimal (0-9), hexadecimal (0-9, A-F), binary (0-1), or octal (0-7)."},{"title":"Select input base","description":"Specify which base the input is in. The tool auto-detects common formats (0x for hex, 0b for binary, 0o for octal)."},{"title":"Choose output bases","description":"Select one or multiple target bases. The tool shows conversions to all popular bases simultaneously."},{"title":"View all conversions","description":"See decimal, hexadecimal, binary, and octal representations side-by-side. Useful for debugging, bitwise operations, and protocol work."},{"title":"Copy any format","description":"Click individual bases to copy their value to clipboard. Perfect for embedding color codes (#FF5500), bitmasks, or IP addresses."}],"agentContract":{"toolId":"number-base-converter","contractVersion":"2.0.0","remote_callable":true,"remote_mode":"dedicated_api","risk_class":"M","max_input_bytes":262144,"timeout_ms":4000,"supports_streaming":false,"preferred_surface":"dedicated_api","dedicated_api":{"baseUrl":"https://aidevhub.io/api/number-base-converter/","openapiUrl":"https://aidevhub.io/api/openapi.yaml","endpoints":[{"method":"GET","path":"/api/number-base-converter/","summary":"GET number-base-converter"},{"method":"POST","path":"/api/number-base-converter/","summary":"POST number-base-converter"}],"riskClass":"M","inputMaxBytes":262144,"timeoutMs":4000},"runtime":{"endpoint":"/api/tools/run/","methods":["GET","POST"],"queryParams":[{"name":"toolId","required":true,"description":"Tool identifier"},{"name":"a","required":true,"description":"Primary input"}],"postBodyShape":{"toolId":"string","input":"{ a, b?, c?, mode? }"},"exampleGet":"https://aidevhub.io/api/tools/run/?toolId=number-base-converter&a=...","policy":{"riskClass":"M","limit":30,"burst":10,"windowSec":60,"inputMaxBytes":262144,"timeoutMs":4000,"cacheTtlSec":0,"networkEnabled":false,"supportsStreaming":false}}},"relatedTools":[{"id":"tailwind-converter","name":"CSS to Tailwind Converter","url":"/tailwind-converter/","category":"converter"},{"id":"html-to-jsx","name":"HTML to JSX Converter","url":"/html-to-jsx/","category":"converter"},{"id":"color-converter","name":"Color Converter","url":"/color-converter/","category":"converter"},{"id":"json-to-go","name":"JSON to Go Struct","url":"/json-to-go/","category":"converter"},{"id":"json-to-python","name":"JSON to Python Dataclass","url":"/json-to-python/","category":"converter"},{"id":"json-to-typescript","name":"JSON to TypeScript Converter","url":"/json-to-typescript/","category":"converter"}]}}