Skip to content
건강 앤 골프 · Tools
KO EN

URL Encoder / Decoder

Encode text as a URL component or decode percent notation and form-style plus signs. The controls help inspect a query value without validating a whole address.

Loading the tool. If it does not appear, reload this page.

How to use this tool

Choose encoding or decoding and enter the value. This decoder first changes + to a space, so represent a literal plus as %2B when it must survive decoding.

Results and examples

Decoding a+b yields a b, while a%2Bb yields a+b. Encoding uses encodeURIComponent, which can turn separators in a complete URL into characters inside one value.

Limitations

  • Malformed percent encoding can produce an error.
  • The decoder’s plus handling means every component string does not necessarily round-trip unchanged.

Fields

FieldGuidance and constraints
InputCheck the unit and format displayed beside this field.
ResultCheck the unit and format displayed beside this field.

Data handling

Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.

Sources

Frequently asked questions

How do I preserve a literal plus?

Decoding a+b yields a b, while a%2Bb yields a+b. Encoding uses encodeURIComponent, which can turn separators in a complete URL into characters inside one value.

Should I enter the entire URL?

Malformed percent encoding can produce an error. The decoder’s plus handling means every component string does not necessarily round-trip unchanged.

error: 우클릭 할 수 없습니다.