Common uses
What you can do here
- Encode text for URLs and query strings
- Decode Base64 snippets
- Prepare safe values for scripts and API payloads
Browse by category
Quickly prepare text for links, APIs, scripts and data payloads while keeping the work local to your browser.
Common uses
FAQ
Encoding helps make text safe for URLs, APIs, scripts and systems that expect a specific format.
No. Base64 is encoding, not encryption. Anyone can decode it.
Encoding
Encode plain text into Base64 for URLs, scripts and data payloads.
Decode Base64 into readable text with Unicode support.
Convert Unicode text into 8-bit binary byte groups.
Decode 8-bit binary byte groups into readable Unicode text.
Encode text for safe use inside URLs and query strings.
Decode percent-encoded URLs into readable text.
Convert text into Unicode escape sequences for source code, debugging and encoded strings.
Decode Unicode escape sequences back into readable text for debugging encoded strings.