Number Base Converter
Binary, octal, decimal, hex and any radix.
- Binary
101010 - Octal
52 - Decimal
42 - Hexadecimal
2a
Custom radix (2–36)
16Conversions use BigInt, so values can be arbitrarily large — no 53-bit limit like Number.
About this tool
Convert integers between binary, octal, decimal and hexadecimal, or any radix from 2 to 36, with BigInt support for arbitrarily large values — entirely client-side.
It runs completely in your browser — no input is sent anywhere, so it is safe to use with data you would not paste into a hosted service.