Base64 Encoding and Decoding: Complete Developer Guide
Master Base64 encoding and decoding with practical examples. Learn when to use it, common pitfalls, and best practices for handling binary data.
Percent-decode URLs and text by converting %XX hexadecimal sequences back to characters
This Percent Decode tool converts percent-encoded text back to readable characters by decoding %XX hexadecimal sequences. When URLs, query parameters, or API responses contain encoded characters like %20 (space), %3A (colon), or %2F (slash), this tool decodes them back to their original form. Essential for debugging web applications, analyzing URLs, reading encoded data, and understanding percent-encoded content from logs, APIs, and tracking systems.
Paste percent-encoded text or URL
Click Decode to convert %XX sequences to characters
Copy the decoded, readable output
Use for debugging, analysis, or documentation
Decode percent-encoded URLs from logs and error messages
Read query parameters with %XX encoded values
Debug API responses with percent-encoded data
Analyze tracking URLs and UTM parameters
Decode OAuth callback URLs and redirects
Convert encoded file names and paths
RFC 3986 compliant percent-decoding
Converts %XX hexadecimal to characters
Handles ASCII and Unicode sequences
One-click copy to clipboard
Client-side processing - privacy-friendly
Learn more about this tool with our in-depth guides
Master Base64 encoding and decoding with practical examples. Learn when to use it, common pitfalls, and best practices for handling binary data.
Learn how to decode and validate JWT tokens. Understand JWT structure, security best practices, and common use cases.