URL用にテキストをパーセントエンコードします
他のツールをお試しください
URL encoding (also called percent-encoding) converts characters that aren't allowed in URLs — such as spaces, special symbols, and non-ASCII characters — into a % followed by a two-digit hexadecimal code. This ensures the URL remains valid and unambiguous across all systems.
Decoding reverses this process, converting percent-encoded sequences back to their original characters for readability.
JavaScript's encodeURIComponent() is the standard for URL encoding but requires running code in a console or script. ToolPop encodes and decodes in a visual interface with no code required, and it clearly shows which characters were affected by the conversion.