URL Encode
URL Encode converts special characters in your text to their percent-encoded equivalents (e.g. spaces become %20, & becomes %26), making the result safe to include in a URL query string or path segment. Essential for constructing URLs programmatically or debugging encoded request parameters.