toolbin_
FR

🌐Online web & HTTP tools

Find all web and HTTP tools for developers: URL encoding/decoding, HTML entities, Basic Auth generator, HTTP status code reference, MIME types and sitemap generator. Free, fast utilities for everyday web development.

Basic Auth generator

Generate the HTTP Authorization: Basic header from a username and password.

Bearer Token Generator and Decoder

Generate the HTTP Authorization: Bearer header and extract a token from a header.

Run JavaScript, TypeScript, Python, PHP online

Run JavaScript, TypeScript, Python or PHP and see the result instantly, 100% in your browser.

Color shades and tints generator online

Generate the tints and shades of a color for your palette, in your browser.

Cookie and Set-Cookie Header Parser

Break down a Cookie or Set-Cookie header into readable key/value pairs.

CORS Headers Generator (Access-Control-Allow-*)

Generate CORS headers (Access-Control-Allow-*) for your server.

Cron Expression Generator Online

Build a cron expression from simple options (frequency, minute, hour), in your browser.

Content-Security-Policy (CSP) Generator

Build a Content-Security-Policy header.

Visual CSS Flexbox Generator Online

Generate CSS Flexbox visually (justify-content, align-items, direction…), in your browser.

Visual CSS Grid Generator Online

Generate CSS Grid visually (columns, rows, gap), right in your browser.

Minify CSS Online Free (No Upload)

Minify CSS (strip comments and whitespace) to shrink your files, in your browser.

CSS Specificity Calculator (a,b,c) Online

Calculate a CSS selector’s specificity (a,b,c) to understand which rule wins, in your browser.

CSS Cubic-Bezier Curve Generator With Preview

Generate a CSS cubic-bezier easing curve with a preview, in your browser.

Convert Text to Data URI (Base64)

Convert text (HTML, SVG, CSS…) into a base64-encoded data URI.

Generate a .dockerignore file online

Generate a .dockerignore file based on your project type, right in your browser.

Online .editorconfig file generator for teams

Generate an .editorconfig file (indentation, line endings, charset), right in your browser.

.gitignore file generator by stack (Node, Python…)

Generate a .gitignore file for your stack (Node, Python, macOS, IDE…).

CSS gradient text generator with live preview

Generate text with a CSS color gradient (background-clip), with a preview, in your browser.

HTML entities encoder

Escape or unescape HTML entities (<, &, "…).

Minify HTML Online Free (Browser-Based)

Minify HTML (strip redundant whitespace and comments) to lighten your pages, in your browser.

HTTP Status Codes: Complete Reference

HTTP status code reference (200, 301, 404, 500…) with their meaning.

JSON-LD Schema.org Markup Generator for SEO

Generate JSON-LD markup (schema.org) for SEO: Article, Product, LocalBusiness, in your browser.

Convert JSON to URL Query String and Back

Convert a JSON object to a URL query string and back.

JavaScript Keycode: Code of Any Key Pressed

Press a key to get its JavaScript key, code, keyCode and modifiers.

Open Source LICENSE File Generator Online

Generate an open-source LICENSE file (MIT, Apache-2.0, ISC, BSD) ready to add to your project.

Generate a mailto Link With Subject and Body

Generate a mailto: link with subject, body, cc and bcc prefilled, right in your browser.

Responsive CSS Media Query Generator

Generate responsive CSS media queries (common breakpoints), right in your browser.

Open Graph and Twitter Card Meta Tags Generator

Generate SEO, Open Graph and Twitter Card meta tags for your pages.

MIME Type of a File Extension

Find the MIME type of a file extension and vice versa.

Query string parser

Break down a URL or query string into readable key/value pairs.

Robots.txt Generator: Create a Robots.txt File

Generate a ready-to-deploy robots.txt (User-agent, Allow/Disallow, Sitemap), in your browser.

Semantic Version Comparator (Semver) Online Tool

Compare two semantic versions (semver) and see which is newer, in your browser.

Sitemap.xml Generator Online (Free)

Generate a sitemap.xml from a list of URLs, right in your browser.

XML sitemap validator

Validate an XML sitemap: urlset tag, loc tags, and the 50,000-URL limit.

Slug generator

Turn any text into a clean, URL-safe slug (no accents, no spaces).

Srcset and Sizes Generator for Responsive Images

Generate the srcset and sizes attributes of a responsive image (HTML), in your browser.

Convert SVG to a data URI for CSS and HTML

Convert SVG code into an optimized data URI (usable in CSS or HTML), in your browser.

URL encoder / decoder

Percent-encode or decode a string for use in a URL.

Parse a URL Into Its Parts

Break a URL into its parts: protocol, host, port, path, query, hash.

Parse a User-Agent string online

Parse a User-Agent string: browser, engine, OS and device type, in your browser.

UTM Builder: Create Campaign Tracking URLs

Build a campaign URL with UTM parameters (source, medium, campaign…), in your browser.

Viewport Meta Tag Generator for Responsive Mobile

Generate the viewport meta tag for mobile responsive design, right in your browser.

Frequently asked questions

What is URL encoding used for?

URL encoding converts special characters into a safe format for links and HTTP requests, avoiding errors in parameters and paths.

Where can I find the meaning of HTTP codes?

Our HTTP status code reference lists each status (200, 301, 404, 500…) with its meaning and usage, to debug your APIs and servers.