Quickly encode plain text into URL encoded text, or decode a URL encoded text string back into plain text.
Use this simple, REST-based web service as a quick reference to URL encoding. Interactively test encoding and decoding by typing or pasting text into the appropriate fields below. Use this service as a handy tool during development, or even as a remote function in your web applications.
Plain Text String |
|
URL Encoded Text/Characters |
Also try:
- Base 64 Character Coding
- the two-way coding scheme to encode/decode binary and plain text strings. The character coding scheme used for MIME encoding.
- Binary Hexadecimal Converter
- convert between binary and hexadecimal value strings.
- Hash String Encoding
- a popular method to generate one-way message string encryption.
- Hexadecimal Character Coding
- the coding scheme commonly used in computing to represent program data.