URL кодировщик/декодировщик
Кодируйте и декодируйте URL-компоненты онлайн.
How to Use the URL кодировщик/декодировщик
- Enter or paste your text in the input field.
- The encoded or decoded result appears automatically.
- Copy the output using the copy button.
- Switch between encode and decode modes if available.
Referência Rápida
| De | Para |
|---|---|
| A | 65 (ASCII) |
| Z | 90 (ASCII) |
| a | 97 (ASCII) |
| 0 | 48 (ASCII) |
| Space | 32 (ASCII) |
| @ | 64 (ASCII) |
Casos de Uso
- •Encoding or decoding data for web development projects.
- •Learning about cryptography and different cipher techniques.
- •Preparing encoded content for APIs or data transmission.
- •Solving cipher puzzles, CTF challenges, or educational exercises.
Fórmula
URL encoding replaces unsafe characters with %XX where XX is the hexadecimal code.
Perguntas Frequentes
What is URL encoding?
Replacing special characters with %XX codes for safe use in URLs.
Which characters are encoded?
Spaces, non-ASCII characters, and special characters like & = ? #.
Why is URL encoding needed?
URLs can only contain ASCII characters. Others must be encoded.