Text Tools
Text Tools is an all-in-one developer toolkit for everyday text tasks - format JSON, encode and decode Base64, generate MD5 and SHA hashes, and convert letter case - in one place.
The utilities included
- JSON formatter - beautify or minify JSON and catch syntax errors.
- Base64 - encode text to Base64 or decode it back.
- Hashing - produce MD5, SHA-1, and SHA-256 digests.
- Case conversion - switch between upper, lower, title, and code cases.
One tab for quick jobs
Instead of hunting for a different site for each small task, this bundles the ones developers reach for constantly. Everything runs in your browser, so you can safely process snippets without them being uploaded. For dedicated versions, see the standalone JSON Formatter and Base64 Encoder.
Frequently Asked Questions
What can Text Tools do?
It bundles JSON formatting, Base64 encoding/decoding, MD5 and SHA hashing, and letter-case conversion in a single page.
Are the hashes suitable for passwords?
MD5 and SHA are general-purpose hashes and are not appropriate for storing passwords, which need slow, salted algorithms like bcrypt.
Is my input processed locally?
Yes. The tools run in your browser, so snippets you paste are not sent to a server.
Are there dedicated versions of these tools?
Yes. Standalone JSON Formatter, JSON Minifier, and Base64 Encoder pages offer more focused features.
Related Developer Tools
Privacy-first: client-side tools process your input in your browser. Free to use, no sign-up. See our Privacy Policy and Disclaimer.