URLs, encoding, and campaign links
Parse URLs, encode values, decode text-safe formats, and build tagged campaign links.
Choose the format that matches the destination: percent-encode URL components, escape text for HTML, or convert text to and from Base64.
Percent-encode path segments and query values, then decode them back to readable text.
Convert ampersands, angle brackets, and quotes to HTML entities or decode entities back to text.
Encode readable text as Base64 or decode Base64 when a system expects that representation.
Not sure which format applies? Compare URL encoding, HTML entities, and Base64.
Use this category hub to move between the full catalog, sibling categories, priority tools, and supporting guides.
Parse URLs, encode values, decode text-safe formats, and build tagged campaign links.
| Tool | Use it when | Pairs well with |
|---|---|---|
| Base64 Encoder / Decoder | Encoding text into Base64 for systems that expect Base64 strings. | URL Encode, HTML Entities |
| HTML Entity Encoder / Decoder | Escaping ampersands, angle brackets, quotes, and apostrophes for HTML text. | URL Encode, Base64 |
| URL Encoder / Decoder | Encoding URL components, query values, and reserved characters. | HTML Entities, Base64 |
Encode plain text to Base64 or decode Base64 back to readable text.
Encode characters into HTML entities or decode HTML entities back to readable text in your browser.
Encode URL components or decode percent-encoded text in your browser.
| Tool | Best for | Next step |
|---|---|---|
| Base64 Encoder / Decoder | Encoding text into Base64 for systems that expect Base64 strings. | URL Encode, HTML Entities |
| HTML Entity Encoder / Decoder | Escaping ampersands, angle brackets, quotes, and apostrophes for HTML text. | URL Encode, Base64 |
| URL Encoder / Decoder | Encoding URL components, query values, and reserved characters. | , HTML Entities |
Learn when to use URL encoding, HTML entities, or Base64, then open the right browser-based Tidy Utils tool for the job.
Learn practical UTM source, medium, and campaign examples for tagged URLs, then build a consistent campaign link.
Understand the difference between pretty-printing XML, checking well-formed XML, and validating against an XML schema.
Break down protocol, host, path, query parameters, fragments, encoding, and UTM values before debugging or sharing a URL.