Inspections
Input Characters: 0
Output Characters: 0
Diff Size: 0
Is Encoded URL: No
Developer Reference
- URL Encode: Uses standard
encodeURIComponent, which leaves characters like- _ . ! ~ * ( )unencoded. - Encode All: Forces encoding of every punctuation sign for strict HTTP queries.
- Base64: Great for encoding binary bytes or tokens into ASCII strings safely.