GameParticles

URL Encoder / Decoder

Developer

Percent-encode special characters for safe URL usage, or decode encoded URLs back to readable format.

Ln 1UTF-8
Ln 1

Works great for

🔗

Encoding query string parameters

Percent-encode spaces, ampersands, and special characters in query parameters before appending them to a URL. Essential when building API request URLs or constructing search query strings dynamically.

📲

Building deep links with special characters

Encode user names, product titles, and UTM campaign values that contain slashes, plus signs, or Unicode characters. Ensures deep links open correctly across mobile apps and web browsers.

↩️

Preparing and debugging redirect URLs

Encode full URLs that appear as the value of a redirect_uri or return_url parameter in OAuth flows and login redirects. Decode percent-encoded redirect targets to verify they point to the right destination.

📋

Encoding HTML form POST data

Validate that form field values are correctly percent-encoded before submitting multipart or application/x-www-form-urlencoded requests. Useful when manually crafting curl commands or Postman bodies.

🔬

Debugging URL parsing issues

Decode a mangled or double-encoded URL to see its original components and identify where encoding went wrong. Helps diagnose 400 Bad Request errors caused by incorrectly escaped characters.

🔖

Creating bookmarklets and data URIs

Encode JavaScript bookmarklet code or Base64 data URIs that need to be embedded in href attributes. Handles all reserved characters that would otherwise break the enclosing HTML tag.

url encoderurl decoderpercent encodeurl encodeurl decodeuri encodequery string encodepercent encodingurl escapeencode url
JSON Formatter
Developer · Format, validate and minify JSON with syntax highlighting.
Base64 Encode / Decode
Developer · Encode text to Base64 or decode Base64 back to plain text.
URL Encoder / Decoder
Developer · Encode or decode URL components and query strings.
Hash Generator
Developer · Generate MD5, SHA-1, SHA-256 and SHA-512 hashes.
UUID Generator
Developer · Generate UUIDs v4 (random) in bulk with one click.
Regex Tester
Developer · Test regular expressions against text with live match highlighting.
Word Counter
Text · Count words, characters, sentences, paragraphs and reading time.
Case Converter
Text · Convert text between UPPER, lower, Title, camelCase, snake_case and more.
List Sorter
Text · Sort, reverse, deduplicate and shuffle lists of text.
Markdown Preview
Text · Write Markdown and see a live rendered preview side by side.
Percentage Calculator
Numbers · Calculate percentages, increases, decreases and what % one number is of another.
Color Converter
Colors · Convert colors between HEX, RGB, HSL and HSV instantly.
Snake
Arcade · Eat food, grow longer, don't hit the walls. A timeless classic.
2048
Puzzle · Slide tiles and combine them to reach the legendary 2048 tile.