Number Base Converter reads a value in any base from 2 to 36 and shows it in binary, octal, decimal, hex, and a base you choose. A two's-complement panel shows the signed and unsigned values and the bit pattern at 8, 16, 32, or 64 bits.
Values are handled as big integers, so results are exact even for 64-bit numbers. Nothing is uploaded.
Arbitrarily large. It uses big integers, so 64-bit and beyond are exact.
The value masked to the chosen width, as an unsigned number, a signed number, hex, and the full binary pattern.
The positions of the 1 bits, lowest first, for non-negative values.
No. It is a local calculation in your browser.