Number Base Converter
Keep binary, octal, decimal, hex, and a custom base in sync in this tab — BigInt keeps large integers exact.
Processed in your browser
Digits 0 and 1 only; optional 0b prefix.
Digits 0–7; optional 0o prefix.
Standard decimal integers; leading minus allowed.
Digits 0–9 and A–F; optional 0x prefix.
Integer from 2 to 36.
Digits 0–9 then A–Z (case-insensitive).
Enter an integer in any field, then convert.
Features
Four standard bases
Binary, octal, decimal, and hex update together.
Custom bases 2–36
Any radix with digits 0–9 then A–Z.
BigInt precision
Exact beyond Number.MAX_SAFE_INTEGER.
Stays in the browser
Math runs on this device. Values are not uploaded.
How to use
- Enter an integer in Binary, Octal, Decimal, or Hex.
- Press Convert, or leave the field — the other bases update.
- Optionally set a custom base 2–36, then copy what you need.
Why this tool
Runs in the browser
Core work finishes in this tab.
No upload
Pasted text and local files are not sent away for processing.
Free, no account
The core path has no signup wall.
Immediate
There is no upload-and-wait queue.
10 languages
The same tool ships in ten languages.
Readable failures
Broken input returns a reason, not a blank screen.
FAQ
- Are values uploaded?
- No. Conversion runs in this browser with BigInt.
- Do large integers lose precision?
- No. BigInt is exact beyond Number.MAX_SAFE_INTEGER.
- Are custom bases supported?
- Yes, bases 2–36 with digits 0–9 then A–Z.
- Is it free? Do I need an account?
- Yes, it is free. No account is required.
Related tools
- Developer
JSON Formatter
Format, minify, and validate JSON.
Open tool - Developer
Timestamp Converter
Convert Unix timestamps and dates.
Open tool - Developer
UUID Generator
Generate RFC 4122 UUID v4 values.
Open tool - Developer
Base64 Converter
Encode and decode Base64 in your browser.
Open tool - Developer
Hash Generator
Generate SHA digests in your browser.
Open tool - Developer
Password Generator
Generate strong random passwords in your browser.
Open tool - Developer
URL Encoder
Percent-encode or decode URLs and query values in your browser. Pasted text stays on this device — nothing is uploaded.
Open tool - Developer
Color Converter
Convert HEX, RGB, and HSL colors in your browser.
Open tool - Developer
JWT Decoder
Decode JWT header and payload in your browser.
Open tool - Developer
Case Converter
Convert camelCase, snake_case, kebab-case, and more in your browser.
Open tool - Developer
Chmod Calculator
Convert Unix file permissions with checkboxes, octal, and symbolic notation.
Open tool