All Tools

61
Show Favorites
All
Crypto
Converter
Measurement
Web
Images and media
Development
Network
Text
Math
Misc

Token generator

Crypto

Generate random tokens with customizable length and character sets

Hash text

Crypto

Hash text using various algorithms like MD5, SHA1, SHA256, SHA512

UUIDs generator

Crypto

Generate UUIDs (v1, v4) for unique identifiers

ULID generator

Crypto

Generate ULIDs (Universally Unique Lexicographically Sortable Identifier)

Bcrypt

Crypto

Hash and verify passwords using bcrypt algorithm

Encrypt / decrypt text

Crypto

Encrypt and decrypt text using AES encryption

HMAC generator

Crypto

Generate HMAC (Hash-based Message Authentication Code)

RSA key pair generator

Crypto

Generate RSA public and private key pairs

JWT decoder

Crypto

Decode JSON Web Tokens and inspect header, payload claims, and expiry status

Password strength analyser

Crypto

Analyze password strength and get improvement suggestions

Base64 string encoder

Converter

Encode and decode strings to/from Base64 format

Base64 file converter

Converter

Convert files to Base64 and vice versa

Date-time converter

Converter

Convert between different date and time formats

Integer base converter

Converter

Convert integers between different bases (binary, decimal, hex, octal)

Roman numeral converter

Converter

Convert between Roman numerals and decimal numbers

Color converter

Converter

Convert colors between different formats (HEX, RGB, HSL, HSV)

Case converter

Converter

Convert text between different cases (camelCase, snake_case, etc.)

Text to NATO alphabet

Converter

Convert text to NATO phonetic alphabet

Text to ASCII binary

Converter

Convert text to ASCII binary representation

Text to unicode

Converter

Convert text to Unicode code points

YAML to JSON converter

Converter

Convert between YAML and JSON formats

Numeronym generator

Converter

Generate numeronyms from words (like i18n from internationalization)

Temperature converter

Measurement

Convert temperatures between Celsius, Fahrenheit, Kelvin, and more

URL encoder

Web

Encode and decode URLs and URL components

HTML entities encoder

Web

Encode and decode HTML entities

URL parser

Web

Parse URLs and extract components (protocol, host, path, etc.)

Device information

Web

Display information about your device and browser

QR Code generator

Images and media

Generate QR codes from text or URLs

SVG placeholder generator

Images and media

Generate SVG placeholder images with custom dimensions and colors

JSON formatter

Development

Format, validate, and minify JSON data

JSON diff

Development

Compare two JSON objects and highlight differences

Git cheatsheet

Development

Quick reference for Git commands and workflows

Crontab generator

Development

Generate and explain cron expressions

Random port generator

Network

Generate random port numbers for development

IPv4 subnet calculator

Network

Calculate IPv4 subnet information and CIDR ranges

IPv6 ULA generator

Network

Generate IPv6 Unique Local Addresses (ULA)

Lorem ipsum generator

Text

Generate Lorem ipsum placeholder text

Text statistics

Text

Analyze text and get statistics (word count, character count, etc.)

String obfuscator

Text

Obfuscate strings to make them harder to read

Text diff

Text

Compare two texts and highlight differences

Math evaluator

Math

Evaluate mathematical expressions safely

ETA calculator

Math

Calculate estimated time of arrival based on progress

Emoji picker

Misc

Browse and copy emojis to clipboard

Chronometer

Misc

Simple stopwatch and timer tool

PDF signature checker

Misc

Check and verify PDF digital signatures

Regex tester

Development

Test regular expressions with real-time match highlighting, group capture display, and flag toggles

CSS unit converter

Web

Convert between CSS units: px, rem, em, vw, vh with configurable base font size and viewport

Chmod calculator

Development

Calculate Unix file permissions between octal notation and symbolic rwx format

Byte size converter

Converter

Convert between digital storage units: bytes, KB, MB, GB, TB and their IEC binary equivalents

HTTP status codes

Web

Searchable reference for all HTTP status codes from 1xx informational to 5xx server errors

Markdown preview

Text

Live side-by-side editor and rendered preview for Markdown with GFM support

CSV / JSON converter

Converter

Convert CSV to JSON array or JSON array to CSV with auto-detected headers

Slug generator

Text

Convert any text to a URL-friendly slug: lowercase, kebab-case, accents stripped

Color palette generator

Images and media

Generate complementary, triadic, analogous, or tetradic palettes from a seed color

Cron explainer

Development

Paste a cron expression and get a human-readable description plus next 5 run times

Unix timestamp converter

Converter

Convert between Unix epoch timestamps and human-readable dates in seconds or milliseconds

Image to Base64

Images and media

Drag and drop an image to convert it to a Base64 data URI for inline embedding

Phone number formatter

Converter

Format phone numbers between E.164 international and national formats

Luhn / card validator

Development

Validate credit card numbers with the Luhn algorithm and detect card type

ASCII art generator

Text

Convert text to large block ASCII art using a built-in 5-line banner font

Diff viewer

Development

Side-by-side text diff with line-level highlighting powered by LCS algorithm