Encode

Encoding and scannable-code tools for Base64, Base64url, URL percent-encoding, HTML entities, query parameters, QR codes, and barcodes across API debugging, template content, and label workflows.

11 tools

Encode

About this category

Encoding turns arbitrary bytes into characters that survive transports — URLs, JSON fields, email bodies, terminal logs. Decoding goes the other way, usually during debugging when a value comes back as gibberish that started life as a token, an image, or a query string.

This category covers the everyday encode and decode round-trips you reach for during API work, plus visual encoding into QR and barcode images you can print, paste, or scan from a screen.

What you can do here

  1. Base64 with text and file modes

    Round-trip text, binary, or image data with explicit UTF-8 handling and a clear distinction between standard and URL-safe variants.

  2. URL and HTML encode and decode

    Encode whole URLs, single query values, path segments, and HTML entities — then decode back, including UTF-8 percent sequences and common named entities.

  3. QR codes for links and short payloads

    Generate PNG/SVG QR codes with sizing, error-correction, and margin options for posters, slides, table tents, and product labels.

  4. Barcodes for logistics and retail

    Generate Code 128, EAN, and UPC barcodes with the correct check digit and bar widths for label printers and shop-floor scanners.