Tools list

Jump to the App!
Bellow is the list of all the tools available in PowerDev.Tools. Press any tool to see a screenshot and a description.

URI Encoder/Decoder

Encode or decode URL safe strings
URI Encoder/Decoder

Details

URL encoding, is also known as URI encoding or Percent encoding. It converts characters into a format, that only contains ASCII characters compatible with the HTTP protocol.

URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits, or Unicode characters with % followed by multiple pairs of hexadecimal digits.

Common ASCII characters that are also encoded are:

  • Space is encoded either as + sign or %20
  • + sign is encoded as %2B
  • / is encoded as %2F
  • ? is encoded as %3F

Other reserved characters listed by RFC 3986: `!` `#` `$` `&` `'` `(` `)` `*` `,` `:` `;` `=` `@` `[` `]`

Copyright © 2024-2025 PowerDev.Tools
by Przemysław Grzywacz
All rights reserved
If you want to support my work, you can buy me a coffee ☕

POWERDEV.TOOLS