MojoUtils

URL เข้ารหัส/ถอดรหัส

เข้ารหัสหรือถอดรหัสสตริง URL

เครื่องมือนักพัฒนา

Input

Output

URL Encoder/Decoder converts special characters to percent-encoded format and back. It's essential for developers building APIs, constructing query strings, handling form data, and ensuring URLs work correctly across all browsers and servers.

วิธีใช้งาน

  1. 1Paste the URL or text string you want to encode or decode.
  2. 2Click "Encode" to convert special characters to percent-encoding (e.g., space → %20).
  3. 3Click "Decode" to convert percent-encoded strings back to readable text.
  4. 4The result appears below.
  5. 5Copy the result with the copy button.

ฟีเจอร์

  • Encode URLs to make them web-safe
  • Decode percent-encoded URLs to readable text
  • Handles all special characters including spaces, &, =, +, #
  • Free browser-based tool — no data sent to servers
  • Supports both full URLs and individual parameters

คำถามที่พบบ่อย