URLエンコード/デコード

Encode special characters for safe URLs (e.g. space to %20) or decode them back to readable text. Essential for API query strings and form data. The tool runs in your browser so sensitive URLs or tokens are not sent to our servers for this tool.

無料 · 制限なし · ブラウザで処理

使い方

  1. 1Paste your URL or text into the input box.
  2. 2Select Encode or Decode.
  3. 3The result updates instantly in the output panel.
  4. 4Copy the encoded or decoded string.

よくある質問

Why do URLs need to be encoded?
URLs can only use ASCII. Encoding replaces unsafe characters with a "%" followed by two hex digits.
Is it safe for URLs with auth tokens?
Yes. Encoding and decoding happen in your browser; nothing is sent to our servers.
Does it encode every character?
It encodes special characters and spaces; standard letters and numbers stay as-is per URL encoding rules.

開発者・データツール: フォーマット、検証、エンコード、変換。

読み込み中...