Developer utilities
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text.
Paste text or Base64 and toggle the direction. Unicode-safe encoding using TextEncoder.
Input
Output
SGVsbG8gTmlkYQ==
How to use it
- 1Paste input.
- 2Choose encode or decode.
- 3Copy result.
Real use cases
- Data URIs.
- Basic auth headers.
- JWT payload inspection.
Frequently asked
Is Base64 secure?
No. Base64 is an encoding, not encryption. Anyone can decode it. Never use it to hide secrets.
More in this category
Other developer utilities tools
JSON Formatter & Validator
Pretty-print, minify, and validate JSON right in your browser.
HEX ↔ RGB Color Converter
Convert between HEX, RGB, and HSL color codes with a live preview.
URL Encoder / Decoder
Percent-encode or decode URLs and query string values.
Text Diff Checker
Compare two blocks of text line by line and highlight differences.
Regex Tester
Test regular expressions against text and see live match results.
UUID Generator
Generate v4 UUIDs in bulk. Copy one or all with a click.
Want a private version for your team?
Custom calculators with your branding, saved defaults, and team access - built to fit your process.
