DevConverter
JSON & Data
Encoding & Decoding
Security & Crypto
Text Utilities
Time & Date
Utilities
Blog
Categories
Encoding & Decoding
Percent Decode

Percent Decode

Percent-decode URLs and text by converting %XX hexadecimal sequences back to characters

Text (Percent-Encoded)
Input
Mode
Text (Decoded)
Output

What is Percent Decode?

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.

How to Use

1

Paste percent-encoded text or URL

2

Click Decode to convert %XX sequences to characters

3

Copy the decoded, readable output

4

Use for debugging, analysis, or documentation

Common Use Cases

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

Key Features

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

Related Articles

Learn more about this tool with our in-depth guides

Base64 Encoding and Decoding: Complete Developer Guide
Jan 6, 2025•8 min read

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.

#base64#encoding#data-conversion+2
How to Decode JWT Tokens: A Complete Guide
Jan 5, 2025•10 min read

How to Decode JWT Tokens: A Complete Guide

Learn how to decode and validate JWT tokens. Understand JWT structure, security best practices, and common use cases.

#jwt#authentication#security+2

Quick Examples

Try these to get started

Decode %20 to space

Convert %20 back to space

hello%20world

Decode special characters

Decode %XX to symbols

value%3D100%25%26status%3Dok

Decode URL path

Decode spaces in URL path

/api/users/John%20Doe

Decode query string

Decode ampersand and space

search=coffee%20%26%20tea

Decode Unicode

Decode accented characters

caf%C3%A9%20r%C3%A9sum%C3%A9

Common Questions

Find answers quickly

Related Tools

You might also need

URL Encoder & Decoder

Encode or decode URL strings and query parameters using percent-encoding (UTF-8)

URL Decode

Decode percent-encoded URLs back to readable text by converting %XX sequences

Percent Encode

Percent-encode text and URLs by converting characters to %XX hexadecimal format

Query String Decode

Decode percent-encoded query string parameters back to readable text

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 to text — includes Base64URL (JWT) mode and padding control

HTML Escape & Unescape

Escape HTML characters into entities or unescape entities back to text (safe for XSS-sensitive output)

JSON Escape & Unescape

Escape text for JSON strings (quotes, slashes, newlines) or unescape JSON-encoded strings back to readable text

DevConverter

Free, fast, and secure online developer tools. All processing happens in your browser for complete privacy.

DevConverter GitHub RepositoryDevConverter LinkedIn ProfileEmail DevConverter

Popular Tools

  • JSON Formatter
  • Base64 Encoder
  • JWT Decoder
  • Hash Generator

Categories

  • JSON & Data
  • Encoding & Decoding
  • Security & Crypto
  • Text Utilities
  • Time & Date
  • Utilities

Company

  • About Us
  • Blog
  • FAQ
  • Privacy Policy
  • Terms of Service
  • Contact
© 2026 DevConverter. All rights reserved.
Made with ❤️ for developers worldwide