Encode special characters in URLs or decode percent-encoded strings.
URLs can only contain certain safe characters. Special characters like spaces, &, %, #, and others must be encoded using percent-encoding (e.g., space becomes %20). This tool lets you encode or decode any URL or query string instantly.