Base converter for the integers in your registers and masks
Enter a value in any common base; see the others update. Big integers: document safe integer limits or use BigInt.
chars: 3
When to use
Bit flags, color channels, or ops debugging across binary/octal/decimal/hex.
Examples
How it works
Parse in a base → BigInt/Number → format as 2/8/10/16.
Common pitfalls
- 0x / 0b prefixes help; bare FF may be ambiguous.
- Huge integers need BigInt — precision matters.
- Signed two’s-complement display isn’t always shown.
How this differs
General bases. Hex→RGB is color-specific. Hash tools output hex digests of content.
FAQ
Floating point?
Integers only for v1.
Prefixes `0x`/`0b`?
Accepted on input.
Uploaded?
No.
Related?
Hex to RGB for colors.
Related tools
Runs in your browser. Nothing is uploaded. Not a security product —hashes and JWT decode are for debugging, not password storage or auth advice.