All Tools
1049+ free tools

URL Encode / Decode

Percent-encode and decode URLs. Choose encodeURIComponent (for query parts) or encodeURI (for full URLs).

When to use which?

  • encodeURIComponent — for individual query string values (encodes ?, &, =,#).
  • encodeURI — for a full URL you want to keep structurally intact (leaves reserved characters alone).

Related dev tools

AI Prompt Formatter
Structure & format prompts for any AI model with templates
JSON Visualizer
Interactive JSON tree explorer with paths & statistics
Regex Builder
Build & test regex with live highlighting & cheat sheet
JSON Formatter
Format, beautify & validate JSON