TopDev
🔢

Number Base Converter — DEC/HEX/BIN/OCT/ASCII

Convert between bases 2-36 + ASCII codes. BigInt support for huge numbers, auto-strips 0x/0b/0o prefixes. Useful for bitwise debugging, memory dumps, CS101.

All tools Browser-only
Sample values:

Outputs

Binary (Base 2)
Octal (Base 8)
Decimal (Base 10)
Hexadecimal (Base 16)
Base 36

ASCII / Text ↔ Number

ASCII codes
Binary
Hex

Convert between bases 2-36 + ASCII codes. Supports negative and large numbers (BigInt). Useful for bitwise debugging, memory dumps, and CS101.

Common bases

When you need base conversion

BigInt tip

JavaScript's max safe integer is 2^53 ≈ 9 × 10^15. This tool uses BigInt so it converts up to ~10^308. Useful for:

Who this is for

Fullstack/backend/devops engineers — debug JWT, format JSON/SQL, parse cURL, compute CIDR subnets, draft Mermaid diagrams, write conventional commits… Daily toolkit alongside your terminal and editor.

FAQ

Is my pasted code/token sent anywhere?

No. All TopDev dev tools run 100% client-side — JWT, SQL, JSON, cURL, regex… process in-browser. Disconnect to verify. Safe for internal tokens, production DB queries, API keys.

Does it work offline / install as a PWA?

Tools work offline after the first load. Installable PWA is on the roadmap — for now you can bookmark and use without internet.

Related tools

See all tools →