පරාමිති අගය (නිර්දේශිත)
Query values, path fragments සහ file names සඳහා encodeURIComponent-style conversion භාවිතා කරන්න.
බ්රවුසරය තුළම URL encode/decode (percent encoding) වහාම පරිවර්තනය කරන්න. encodeURIComponent/encodeURI behavior අතර මාරු වී possible double encoding හඳුනාගන්න.
Auto mode default වේ. Input paste කළ විට වහාම output ලබා ගෙන එකම flow එකේ copy, swap හෝ clear කරන්න.
Query values, path fragments සහ file names සඳහා encodeURIComponent-style conversion භාවිතා කරන්න.
පූර්ණ URL structure එක තබාගත යුතු විට encodeURI-style conversion භාවිතා කරන්න.
Form-style queries තුළ + එක space එකක් නිරූපණය කළ හැක. Advanced options තුළ මෙම behavior එක මාරු කළ හැක.
ආදානය
https://example.com/検索?q=東京 ランチ&ref=メール#セクション
ප්රතිදාන පෙරදසුන
Converting අතර URL structure එක තබාගැනීමට Full URL target එක තෝරන්න
ආදානය
utm_source=メール&utm_campaign=春セール 2026
ප්රතිදාන පෙරදසුන
+ සහ %20 behavior එක පහසුවෙන් සසඳන්න
ආදානය
こんにちは/Hello?name=山田太郎¬e=10%OFF
ප්රතිදාන පෙරදසුන
Safe decode, invalid % sequences intact තබා warning එකක් පෙන්වයි
%20 යනු RFC-style space representation එකයි, + යනු ප්රධාන වශයෙන් application/x-www-form-urlencoded conventions තුළ භාවිතා වේ. Form-origin queries වලදී + එක space එකක් ලෙස සලකනු ලැබේ.
Values පමණක් සඳහා encodeURIComponent-style conversion භාවිතා කරන්න, full URLs සඳහා encodeURI-style conversion භාවිතා කරන්න. Delimiters වෙනස් නොවී පවතින්නේද යන්න අනුව තීරණය කරන්න.
%25 sequences බොහොමයක් පෙනේ නම් එම input එක එකাধিক වතාවක් encode වී තිබිය හැක. මෙම tool එක ඒ බව හඳුනාගෙන තවත් වරක් decode කිරීමට ඉඩ දෙයි.