Enter any base-10 number and get its binary equivalent instantly.
The number is repeatedly divided by 2 and remainders are read in reverse, yielding the base-2 representation.
255 → 11111111Yes. Arbitrary-precision integers are supported, far beyond 32 bits.
No. All conversion runs in your browser.