Updated
Binary converter explained
Convert a signed whole number without rounding it through a floating-point value. Bases from binary through base 36 use the digits 0–9 and letters A–Z; the chosen input base determines which digits are valid.
A worked example
Decimal 255 equals binary 11111111 and hexadecimal FF. A minus sign represents a negative number, not a fixed-width two’s-complement bit pattern.
Before you use the result
Whole numbers only. Do not include a 0x or 0b prefix. Leading zeros are removed; fractions and fixed-width signed representations are not part of this conversion.
Cite this page
ToolOctopus. “Binary converter.” Updated 2026-09-20. https://tooloctopus.com/number-base-converter.
Add an access date if your instructions require one.
Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.
