ASCII Art Text Generator

Draw text as ASCII art using FIGlet fonts, directly in your browser.

Base64 Image File Encoder

Convert an image file (PNG/JPEG/WebP/GIF/SVG/BMP) to a Base64 string, with optional data URL output.

Base64 Image File Viewer

Preview and download an image from a Base64 string or an image data URL.

Base64 String Decoder

Decode a Base64 string back to text (supports URL-safe input).

Base64 String Encoder

Encode a string into Base64 (with optional URL-safe output).

Basic Auth Generator

Generate a Basic Authorization header from a username and password.

Bcrypt

Hash and compare text strings using bcrypt (a Blowfish-based password hashing function).

Benchmark Builder

Compare multiple benchmark suites by computing mean and variance, and export the results as Markdown.

BIP39 Passphrase Generator

Generate a BIP39 passphrase (mnemonic) from a random or existing entropy, or extract entropy from a mnemonic.

Camera Recorder

Take screenshots or record videos from your camera and microphone, directly in your browser.

Case Converter

Convert a string to camelCase, PascalCase, snake_case, kebab-case, and more.

Chmod Calculator

Calculate chmod octal and symbolic permissions for owner, group, and public.

Chronometer

A simple stopwatch to measure elapsed time in your browser.

Color Converter

Convert colors between hex, rgb(), hsl(), and basic CSS color names.

Crontab Generator

Validate a cron expression and convert it into a human readable description.

Date Time Converter

Convert epoch to human-readable date and vice versa.

Device Information

View common screen and browser/device information directly in your browser.

Docker Run to Docker Compose Converter

Convert a docker run command into a docker-compose.yml file.

Email Normalizer

Normalize email addresses to a consistent, standard format.

Emoji Picker

Browse, search, and copy emojis with their Unicode and code points.

Encryption

Encrypt and decrypt plain text using AES, TripleDES, Rabbit, or RC4.

Escape HTML Entities

Escape and unescape common HTML entities like <, >, &, " and '.

ETA Calculator

Estimate a task end time based on a consumption rate.

Font Preview

Preview system fonts, Google Fonts, and local font files in your browser. Everything runs locally for privacy.

Git Cheatsheet

A quick reference of common Git commands for daily use.

Hash Text

Hash a text string with MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3, or RIPEMD160.

HMAC Generator

Compute HMAC (hash-based message authentication code) using a secret key and your preferred hash function.

HTML WYSIWYG Editor

Edit rich text visually and export the corresponding HTML.

HTTP Status Codes

Browse and search common HTTP (and WebDAV) status codes with their meaning.

IBAN Validator and Parser

Validate and parse an IBAN number. Check validity, detect QR-IBAN, extract country code and BBAN, and get a friendly formatted IBAN.

Integer base converter

Convert integers between bases (2–64), including binary, octal, decimal, hexadecimal, and base64 digits.

IPv4 Address Converter

Convert an IPv4 address to decimal, hexadecimal, binary, and IPv6 (including mapped short form).

IPv4 Range Expander

Given a start and end IPv4 address, compute a valid IPv4 network in CIDR notation that covers the whole range.

IPv4 Subnet Calculator

Calculate network address, netmask, wildcard mask, usable host range, and broadcast information from an IPv4 address in CIDR notation.

IPv6 ULA Generator

Generate your own local, non routable IPv6 address prefix according to RFC 4193.

JSON Comparer

Compare two JSON objects and list the differences between them.

JSON Minify

Minify a JSON string by removing all unnecessary whitespace.

JSON Prettify

Prettify a JSON string with custom indentation and optional key sorting.

JSON to CSV

Convert a JSON array of objects into a CSV string with automatic header detection.

JSON to TOML

Convert a JSON document into TOML.

JSON to XML

Convert JSON to XML.

JSON to YAML Converter

Convert JSON to YAML.

JWT Parser

Decode a JSON Web Token (JWT) and inspect its header and payload claims.

Keycode Info

Press any key and instantly view its key, code, keyCode, location, and modifier keys.

List Converter

Convert a newline-separated list by trimming, sorting, removing duplicates, wrapping items, and joining with a custom separator.

Lorem Ipsum Generator

Generate random lorem ipsum text for placeholders, with configurable paragraphs, sentences, and words.

Mac Address Generator

Generate random MAC addresses with an optional prefix.

Mac Address Lookup

Look up the vendor/manufacturer from a MAC address (OUI).

Markdown to Html Converter

Convert Markdown to HTML and print it as PDF.

Math Evaluator

Evaluate math expressions with functions like sqrt, cos, sin, abs, and more.

Mime Types

Convert mime types to extensions, and file extensions to mime types.

Numeronym Generator

Generate numeronyms like i18n, a11y, l10n from a word.

Open Graph Meta Generator

Generate Open Graph and social HTML meta tags for your website.

OTP Code Generator

Generate and inspect TOTP codes from a base32 secret, with QR code and key URI.

Password Strength Analyser

Estimate password strength and brute force crack time from entropy.

PDF Signature Checker

Inspect and verify PDF digital signatures and certificates.

Percentage Calculator

Easily calculate percentages from values, or values from percentages.

Phone Parser and Formatter

Parse, validate, and format phone numbers. Get details like country code, type, and common formats.

Qrcode Generator

Generate and download QR codes from text or URLs, with customizable colors and error correction level.

Random Port Generator

Generate a random port number outside the well-known range (0-1023).

Regex Cheatsheet

Javascript Regex/Regular Expression cheatsheet.

Regex Tester

Test a JavaScript regular expression against text and inspect matches, captures, and named groups.

Roman Numeral Converter

Convert numbers to Roman numerals and Roman numerals back to Arabic numbers.

RSA Key Pair Generator

Generate a random RSA public/private key pair in PEM format.

Safelink Decoder

Decode Outlook SafeLink links and extract the original URL.

Slugify String

Ensure a string is URL-, filename-, and id-safe by converting it to a slug.

SQL Prettify

Format and prettify your SQL queries (supports multiple SQL dialects).

String Obfuscator

Obfuscate a string by replacing middle characters, while keeping the beginning and the end visible.

SVG Placeholder Generator

Generate an SVG image placeholder and export as SVG or Base64.

Temperature Converter

Convert temperatures between Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur and Rømer.

Text Comparer

Compare two texts and see the differences between them.

Text Statistics

Count characters, words, lines, and UTF-8 size for any text.

Text to ASCII Binary Converter

Convert text to 8-bit ASCII binary and decode ASCII binary back to text.

Text to NATO Alphabet Converter

Convert text into its NATO phonetic alphabet representation (Alpha, Bravo, Charlie...).

Text to Unicode Converter

Convert text into Unicode numeric entities (e.g. &#65;) and decode them back into text.

Token Generator

Generate random tokens using uppercase, lowercase, numbers, and symbols.

TOML to JSON Converter

Parse TOML and convert it to clean, formatted JSON.

TOML to YAML Converter

Parse TOML and convert it to clean YAML.

ULID Generator

Generate ULIDs (Universally Unique Lexicographically Sortable Identifiers) in raw or JSON format.

URL Decoder

Free online tool to easily decode percent-encoded URL strings (decodeURIComponent). Safely convert encoded URIs back to readable text in your browser.

URL Encoder

Free online tool to safely encode text using URL percent-encoding (encodeURIComponent). Prepare data for query strings or API requests quickly and securely.

URL Parser

Parse a URL string to extract protocol, host, port, credentials, path and query parameters.

User Agent Parser

Parse a user agent string to detect browser, engine, OS, CPU, and device information.

UUID Generator

Generate UUIDs (NIL, v1, v3, v4, v5) and batch output them line by line.

WiFi QR Code Generator

Generate and download a QR code for quickly connecting to a WiFi network.

XML Formatter

Prettify XML strings into a readable, indented format.

XML to JSON

Convert XML to JSON using a compact representation.

YAML Prettifier

Prettify and format YAML strings into a readable, indented format.

YAML to JSON Converter

Convert YAML to JSON.

YAML to TOML

Convert YAML to TOML.