Number Base Converter
Convert any non-negative integer between binary, octal, decimal, hexadecimal and Base64 representations. Powered by BigInt, so you can paste enormous values without losing precision.
n = 255·bits = 8·sign = positive
runtime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
/text
.env Parser
Convert .env files to JSON or scrubbed .env.example templates.
/text
Markdown Preview
Preview Markdown and copy safe HTML for docs, changelogs and product notes.
/text
SQL Formatter
Format compact SQL queries with keyword casing, line breaks and copy output.
/text
Regex Tester
Test JavaScript regular expressions with live highlighting.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Type into any field — every other field updates instantly.
- 02Common prefixes (0x, 0b, 0o) and separators (_ , space) are accepted on input.
02
FAQ
- Are negative numbers supported?
- No, this tool focuses on non-negative integers (which is what most encoding contexts need). Two's-complement support may come later.
03
Related tools
- /text→.env ParserConvert .env files to JSON or scrubbed .env.example templates.
- /text→Markdown PreviewPreview Markdown and copy safe HTML for docs, changelogs and product notes.
- /text→SQL FormatterFormat compact SQL queries with keyword casing, line breaks and copy output.
- /text→Regex TesterTest JavaScript regular expressions with live highlighting.