Every conversion is arithmetic done in this page, no request is made.
How it works
Binary, Hex, Decimal & Octal Converter : Any Base 2 to 36
Convert between binary, octal, decimal, hex and any base up to 36. BigInt maths keeps a 256-bit value exact, and the bit length updates as you type.
What this does
- Binary, octal, decimal and hexadecimal fields that all follow whichever one you type into
- A fifth field on any base from 2 to 36, using the digits 0-9 and then A-Z
- BigInt throughout, so a 256-bit hash converts digit for digit with no float rounding
- Bit length, byte count, the smallest standard width it fits, and binary grouped into nibbles or bytes
FAQ
Keep going