Text Tools
Password, hash, UUID, URL encoding and formatters.
Popular
Other tools
Hash Calculator
Generate SHA-1, SHA-256 or SHA-512 hashes for text.
Base64 Encode/Decode
Convert text to and from Base64.
JSON Formatter
Pretty-print or minify JSON.
UUID Generator
Generate random UUID v4 identifiers.
URL Encode/Decode
Convert text to a URL-safe format and back.
Slug / Filename
Convert text into a filename or URL slug.
Date Converter
Convert between Unix timestamps and ISO dates.
Text Compare
Compare two texts line by line.
When do you need the text tools?
These handle the small tasks that keep coming back: converting a value into another representation, generating something from scratch, or inspecting text you already have. None of them need an install or an account.
To convert a representation
Encode text to Base64 and back, make text safe to place in a URL, or produce a SHA-1, SHA-256 or SHA-512 digest when you need to check that a value has not changed.
To create something new
Build a QR code from a link or a piece of text, generate strong random passwords, get UUID v4 identifiers to keep records apart, and turn a title into a clean file name or URL slug.
To inspect and compare
Make messy JSON readable or minify it to one line, compare two texts line by line to see exactly what changed, and convert between Unix timestamps and ISO dates.