URL Encoder/Decoder
Encode and decode URLs with query string parser
Encodes all special characters including : / ? # & = @ + $ , ;
Input
0 chars0 bytes
Encoded output will appear here...
0 chars
Bulk Encode (one per line)
Results will appear here...
encodeURIComponent
Encodes all characters except A-Z a-z 0-9 - _ . ! ~ * ' ( ). Use for query parameter values.
encodeURI
Preserves URL structure characters (: / ? # [ ] @). Use for encoding full URLs with special chars.
Percent Encoding (RFC 3986)
Characters are replaced with %XX where XX is the hex value. UTF-8 characters produce multiple %XX sequences.
More tools like URL Encoder/Decoder
View allBase64 Encoder/Decoder
EncodersEncode and decode text and files to/from Base64
JWT Decoder
EncodersDecode JWT tokens to inspect header, payload, and expiry
UUID Generator
EncodersGenerate UUID v4 and v7 with validation and bulk mode
Encrypt/Decrypt
EncodersAES-256 and RSA encryption/decryption with key generation