๐ŸŽ‰ Google Search Console confirmed โ€” codeprints.site is now appearing in Google Search results! Read our blog โ†’
QR Codes
QR GeneratorCreate any type of QR code free. URL QR CodeTurn any URL into a scannable QR. WiFi QR CodeShare WiFi credentials instantly. WhatsApp QROpen a WhatsApp chat with one scan. vCard QR CodeDigital business card, save on scan. Email QR CodeScan to open a pre-filled email. Phone QR CodeDial a number with a single scan. SMS QR CodeScan to send a pre-filled SMS.
Developer Tools & Utilities
Code to ImageBeautiful code screenshots for sharing. Barcode GeneratorEAN-13, Code 128 and bulk download. JSON FormatterFormat and validate JSON data. Base64 EncoderEncode or decode Base64 strings. JWT DecoderInspect and decode JWT tokens. URL EncoderEncode URLs for safe transmission. Password GeneratorGenerate strong secure passwords. Hash GeneratorMD5, SHA-256, bcrypt and more. Free QR APIGenerate QRs via API, no key needed.
CodePrints

Advertisement

Free ยท Browser-Side ยท No Server

URL Encoder & Decoder

Encode special characters in URLs to percent-encoded format, or decode encoded URLs back to readable text โ€” instantly.

Encode URL: Encodes a full URL, preserving :// ? & = # / and other URL-structure characters.

Encode URL

Convert spaces and special characters to %XX percent-encoded format so URLs work correctly in browsers and APIs.

Decode URL

Convert %XX encoded characters back to their original readable form โ€” useful for debugging URLs.

Component Mode

Use encodeURIComponent to encode individual query values โ€” encodes more characters including & = ? /

Browser Only

No data leaves your browser. All encoding/decoding runs 100% client-side in JavaScript.

Advertisement