URL Encoder — Percent encoding
URL encode/decode; RFC 3986 uyumlu query ve path.
URL Encoder/Decoder
URL'leri encode/decode edin, query parametrelerini parse edin.
Sıradaki Adım: 👇
Bunları Biliyor muydunuz?
Bilgiler yükleniyor...
Sosyal Medyada Paylaş
📑 İçindekiler
Detaylı Açıklama
URL Encoder/Decoder: Percent-Encoding (RFC 3986)
URL encoding, URL'de özel anlam taşıyan karakterleri (%20, %3A vb.) güvenli ASCII ile değiştirir. Form verisi ve query string'lerde zorunludur.
Encode vs decode
| İşlem | Kullanım |
|---|---|
| encodeURIComponent | Query parametre değeri |
| encodeURI | Tam URL (sınırlı) |
| decode | %XX → karakter |
Boşluk = %20 veya + (form application/x-www-form-urlencoded)
İç linkler
Base64, HTML entity, JSON formatter.
Hesaplayıcı
Metin girin; encode veya decode sonucunu kopyalayın.
Bu içerik genel bilgilendirme amaçlıdır; kesin fatura, harç, vergi ve süreler için resmî kurum duyuruları, sözleşmeler ve güncel mevzuat esastır.
Editör notu ve şeffaflık
NetSonuç editör notu: Tam URL için encodeURI, parametre için encodeURIComponent kullanın.
Nasıl Kullanılır?
Metin girin.
Encode veya decode seçin.
Sonucu kopyalayın.
Sıkça Sorulan Sorular
URL encode?
decode?
%20?
encodeURI?
encodeURIComponent?
UTF-8?
Hesaplayıcı?
+ vs %20?
Türkçe karakter?
RFC 3986?
Query string?
Base64 fark?
JavaScript?
Gizlilik?
Hata?
Bu Aracı Sitenize Ekleyin
Aşağıdaki kodları sitenize ekleyerek bu hesaplama aracını kendi sitenizde gösterebilirsiniz.
<div class="netsonuc-embed-wrapper" itemscope itemtype="https://schema.org/WebApplication" style="margin: 20px 0; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
<meta itemprop="name" content="URL Encoder — Percent encoding">
<meta itemprop="description" content="URL encode/decode; RFC 3986 uyumlu query ve path.">
<meta itemprop="url" content="https://www.netsonuc.com/url-encoder">
<meta itemprop="applicationCategory" content="UtilityApplication">
<meta itemprop="operatingSystem" content="Any">
<meta itemprop="offers" itemscope itemtype="https://schema.org/Offer">
<meta itemprop="price" content="0">
<meta itemprop="priceCurrency" content="TRY">
<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
<meta itemprop="ratingValue" content="4.8">
<meta itemprop="ratingCount" content="1000">
<meta itemprop="bestRating" content="5">
<meta itemprop="worstRating" content="1">
</div>
<iframe
src="https://www.netsonuc.com/url-encoder"
width="100%"
height="800"
frameborder="0"
scrolling="auto"
title="URL Encoder — Percent encoding - NetSonuç Hesaplama Aracı"
loading="lazy"
allowfullscreen
aria-label="URL Encoder — Percent encoding hesaplama aracı">
</iframe>
<div style="background: #f8f9fa; padding: 12px; border-top: 1px solid #e5e7eb; text-align: center;">
<p style="margin: 0; font-size: 12px; color: #666; line-height: 1.6;">
<a href="https://www.netsonuc.com/url-encoder" target="_blank" rel="dofollow" title="URL Encoder — Percent encoding Hesaplama Aracı - NetSonuç" style="color: #3b82f6; text-decoration: none; font-weight: 500;">URL Encoder — Percent encoding Hesaplama Aracı</a> -
<a href="https://www.netsonuc.com" target="_blank" rel="dofollow" title="NetSonuç - Ücretsiz Online Hesaplama Platformu" style="color: #3b82f6; text-decoration: none; font-weight: 500;">NetSonuç</a> tarafından sağlanan ücretsiz online hesaplama platformu.
<a href="https://www.netsonuc.com/url-encoder" target="_blank" rel="dofollow" title="URL Encoder — Percent encoding Hesaplayıcı" style="color: #3b82f6; text-decoration: none;">Hesaplayıcıyı kullan</a>,
<a href="https://www.netsonuc.com/url-encoder" target="_blank" rel="dofollow" title="URL Encoder — Percent encoding Hesaplama Simülatörü" style="color: #3b82f6; text-decoration: none;">hesaplama simülatörü</a> veya
<a href="https://www.netsonuc.com" target="_blank" rel="dofollow" title="NetSonuç Hesaplama Araçları" style="color: #3b82f6; text-decoration: none;">tüm araçları görüntüle</a>.
</p>
</div>
</div>📝 Kullanım Talimatları:
- Iframe Embed: Web sitenizin HTML koduna doğrudan yapıştırın.
- HTML Snippet: Blog yazılarınızda, makalelerinizde kullanın (en SEO-friendly, Google'ın favorisi)
- WordPress: WordPress sitenizde shortcode olarak kullanın. Eklenti gerekmez.
- QR Kod: Fiziksel materyallerde, sunumlarda, broşürlerde kullanın. Mobil erişim için ideal.
- Bookmarklet: Tarayıcı yer imlerinize ekleyin. Hızlı erişim için mükemmel.