// atlas.tools
Free online tools, no sign-up required
Calculators, converters and generators that run in your browser. No accounts, no invasive ads, no uploading your data to any server.
Explore all tools →Formatters
JSON Formatter
Format and validate JSON with customizable indentation, right in your browser.
JWT Decoder
Decode the header and payload of a JSON Web Token (without verifying the signature).
Regex Tester
Test regular expressions live against a text and inspect every match.
JSON Validator
Validate JSON and pinpoint the exact error (line and column) when it's invalid.
JSON Diff
Compare two JSON documents and see which keys were added, removed or changed.
Word & Character Counter
Count words, characters, sentences and paragraphs, and estimate reading time.
Text Diff
Compare two texts line by line and highlight what was added and removed.
Duplicate Line Remover
Remove duplicate lines from a text list while keeping the original order.
Sort Lines
Sort lines of text alphabetically or numerically, ascending or descending.
Text Reverser
Reverse a text letter by letter and check whether it's a palindrome.
Whitespace Cleaner
Trim spaces, collapse repeated spaces and clean up blank lines.
IBAN Validator
Validate an IBAN with the official mod-97 checksum and show its country.
Password Strength Checker
Analyze a password's strength and estimate its entropy in bits.
XML Formatter
Indent and format XML to make it easy to read.
Cron Expression Explainer
Translate a cron expression into a plain-language explanation.
Credit Card Validator
Validate a card number with the Luhn algorithm and identify its brand.
Barcode Checksum Validator
Validate the check digit of EAN-13, UPC-A and EAN-8 barcodes.
Text Similarity (Levenshtein)
Calculate the edit distance and similarity percentage between two texts.
Unicode Character Inspector
Show the code point, UTF-8/UTF-16 bytes and HTML entity of every character.
UUID Validator
Validate a UUID and detect its version and variant.
Contrast Checker (WCAG)
Calculate the contrast ratio between two colors and check WCAG AA/AAA compliance.
Keyword Density Checker
Analyze keyword and phrase density in a text for SEO.
CSS Formatter / Minifier
Format or minify CSS instantly.
SQL Formatter
Format SQL queries with indentation and uppercase keywords.
URL Parser / Query String Builder
Break a URL down into its parts, or build a query string from parameters.
Cron Next Run Calculator
Calculate the upcoming run times of a cron expression.
Meta Description Truncator
Trim a text to the ideal length for SEO meta descriptions without cutting words mid-way.
HTTP Status Code Lookup
Look up the meaning of any HTTP status code.
MIME Type Lookup
Look up the MIME type of a file extension or vice versa.
Prime Number Checker
Check whether a number is prime and show its factorization.
List / Set Operations
Calculate the union, intersection and difference between two text lists.
.env Formatter / Validator
Validate a .env file and convert it to JSON.
HTML Formatter
Indent and format HTML, respecting void tags like <br> and <img>.
HTTP Header Parser
Paste raw HTTP headers and view them as a table.
Anagram Checker
Check whether two words or phrases are anagrams of each other.
Social Media Character Counter
Check your text against the character limits of X, Instagram, SMS and more.
Duplicate Word Finder
Find repeated words within the same text.
Regex Escape Tool
Escape the special characters in a string so it can be used inside a regular expression.
Number Formatter
Format numbers as currency, percentage, or with thousands separators, in any locale.
Semver Comparator
Compare two semantic versions and validate their format.
CIDR to IP List
Generate the full list of IP addresses in a small CIDR block.
Public / Private IP Checker
Check whether an IP address is public, private, loopback or link-local.
Find and Replace
Find and replace text in bulk, with support for regular expressions.
Readability Score Calculator
Calculate the readability of a Spanish text using the Fernández Huerta formula.
Remove Line Breaks
Join multiple lines of text into one, removing line breaks.
CSV Diff
Compare two CSV files cell by cell and highlight what changed.
Character-level Text Diff
Compare two texts and highlight the differences character by character.
QR Code Decoder
Read the content of a QR code from an image, without uploading it anywhere.
Email Validator
Check whether an email address has a valid format.
Unified Diff Generator
Generate a git-style unified diff from two texts.
Text Extractor
Extract emails, URLs and phone numbers from a block of text.
Sitemap Validator
Validate a sitemap.xml's structure and count its URLs.
Cookie String Parser
Turn a cookie string into a readable table of keys and values.
Text Padding Tool
Pad a text to a fixed length with the character you choose.
Grapheme (Character) Counter
Count the real visual characters in a text, including compound emoji.
Vowel & Consonant Counter
Count the vowels, consonants and other characters in a text.
Reverse Word Order
Reverse the word order of a sentence, without reversing the letters.
Strip HTML Tags
Remove all HTML tags from a text and keep only the content.
User-Agent Parser
Parse a User-Agent string and extract the browser, OS and device type.
Port Number Lookup
Look up the service associated with a well-known TCP/UDP port number.
Letter Frequency Analyzer
Analyze the frequency of each letter in a text, useful for cryptanalysis and linguistics.
Word Wrap Tool
Wrap a text so no line exceeds a set number of characters.
DNS Record Type Reference
Look up the meaning of the most common DNS record types (A, MX, TXT, CNAME...).
Hash Comparison Tool
Compare two hashes or strings and check if they're identical, ignoring case and spaces.
NDJSON Formatter / Validator
Validate an NDJSON (JSON Lines) file line by line and pinpoint errors.
Text Line Numbering Tool
Add line numbers to the start of each line of a text.
Credit Card Expiry Validator
Check whether a card expiration date (MM/YY) is valid and whether it has already expired.
Longest Common Substring Finder
Find the longest common substring between two texts.
Caesar Cipher Bruteforce
Try all 25 possible shifts to crack a Caesar-ciphered text.
JSON Path Extractor
Extract a value from a JSON object using a path like a.b[0].c.
URL Query String Sorter
Alphabetically sort a query string's parameters, useful for comparing URLs.
Timezone Abbreviation Lookup
Look up the meaning and UTC offset of timezone abbreviations (EST, CET, JST...).
Syllable Counter
Estimate the number of syllables in an English text.
N-gram Generator
Generate word n-grams from a text, useful for content analysis and SEO.
Word Frequency Counter
Find the most repeated words in a text and how many times they appear.
Longest Word Finder
Find the longest word or words in a text.
Whitespace Visualizer
Show a text's spaces, tabs and line breaks as visible symbols.
Generators
UUID Generator
Generate unique UUID v4 identifiers instantly.
Password Generator
Generate secure, random passwords with customizable length and character sets.
Hash Generator
Calculate MD5, SHA-1, SHA-256 and SHA-512 hashes of any text.
Lorem Ipsum Generator
Generate Lorem Ipsum placeholder text by words, sentences or paragraphs.
QR Code Generator
Generate a QR code from text, a URL or any other data.
Random Number Generator
Generate random numbers within a range, with an option for unique values.
Slug Generator
Turn any text into a clean, URL-friendly slug.
Caesar Cipher / ROT13
Encrypt and decrypt text with the Caesar cipher, including ROT13.
Meta Tags Generator
Generate meta tags, Open Graph and Twitter Card tags for a page's SEO.
Robots.txt Generator
Generate a robots.txt file with allow, disallow and sitemap rules.
Sitemap XML Generator
Generate a sitemap.xml from a list of URLs.
Color Palette Generator
Generate complementary, analogous, triadic and monochromatic palettes from a color.
Barcode Generator
Generate visual CODE128, EAN-13 and UPC barcodes.
Text Encryptor (AES)
Encrypt and decrypt text with AES-GCM and a passphrase, all in your browser.
File Hash Calculator
Calculate the MD5, SHA-1, SHA-256 or SHA-512 hash of a file without uploading it anywhere.
Passphrase Generator
Generate memorable Diceware-style passphrases.
UUID v5 Generator
Generate a deterministic UUID v5 from a namespace and a name.
Markdown Table Generator
Convert comma- or tab-separated data into an aligned Markdown table.
JWT Generator (HS256)
Generate and sign a JSON Web Token with HMAC-SHA256, all in your browser.
MAC Address Generator / Validator
Generate random MAC addresses and validate the format of an existing one.
cURL Command Generator
Generate a cURL command from a method, URL, headers and body.
Fake Data Generator
Generate fake people (name, email, phone, address) for testing.
Fake Credit Card Number Generator
Generate Luhn-valid card numbers for development testing - not real cards.
Vigenère Cipher
Encrypt and decrypt text with the classic Vigenère cipher.
Array Shuffle Tool
Randomly shuffle a list of items (Fisher-Yates).
Random Team Generator
Split a list of names into random, balanced groups.
Text to Speech
Convert text to speech right in your browser, without uploading anything to a server.
Random IP Address Generator
Generate random IPv4 addresses.
Random Color Generator
Generate a random color in HEX, RGB and HSL with one click.
Random String Generator
Generate random strings with the character set and length you choose.
Cron Builder
Build a cron expression with visual controls, without writing the syntax by hand.
SVG Placeholder Generator
Generate an SVG placeholder image with the size and color you choose.
Fake IBAN Generator
Generate test IBANs with valid check digits, for development and QA - not real.
ULID Generator
Generate ULID identifiers, lexicographically sortable by time.
Nanoid Generator
Generate short, random IDs with a customizable alphabet and length.
Fibonacci Sequence Generator
Generate the first terms of the Fibonacci sequence.
Atbash Cipher
Encrypt and decrypt text with the Atbash cipher, reversing the alphabet.
PIN Code Generator
Generate random numeric PIN codes of the length you choose.
Dice Roller
Roll one or more dice with any number of sides.
Coin Flip
Flip one or more coins, heads or tails.
Acronym Generator
Generate an acronym from the initials of a phrase.
Color Shades Generator
Generate a scale of lighter and darker tones from a color.
Soundex Generator
Calculate the Soundex phonetic code of an English name or word.
CSS Gradient Generator
Generate a linear or radial CSS gradient from several colors.
CSS Box Shadow Generator
Generate the CSS box-shadow property with visual controls.
CSS Border Radius Generator
Generate the CSS border-radius property, controlling each corner separately.
Secret Key Generator
Generate a cryptographically secure random secret key in hex and Base64.
.gitignore Generator
Generate a .gitignore file by combining templates for different languages and editors.
CRC32 Checksum Calculator
Calculate the CRC32 checksum of a text.
HMAC Generator
Generate an HMAC of a message with a secret key, using SHA-1, SHA-256, SHA-384 or SHA-512.
ROT47 Cipher
Encrypt and decrypt text with ROT47, a ROT13 variant covering the full printable ASCII range.
Baconian Cipher
Encrypt and decrypt text with the Baconian cipher, using sequences of A and B.
Rail Fence Cipher
Encrypt and decrypt text with the Rail Fence cipher, a classic transposition cipher.
CSS clamp() Calculator
Generate a CSS clamp() function for fluid typography between two viewport sizes.
CSS Cubic Bezier Generator
Generate a CSS cubic-bezier() function for custom animation easing curves.
CSS Filter Generator
Generate the CSS filter property by combining blur, brightness, contrast and more.
Adler-32 Checksum Calculator
Calculate the Adler-32 checksum of a text.
Zalgo Text Generator
Generate glitchy text with combining diacritical marks, Zalgo-style.
Upside Down Text Generator
Turn a text upside down, letter by letter.
Bubble Text Generator
Turn regular text into circled letters and numbers (Ⓐ Ⓑ Ⓒ).
Lottery Number Generator
Generate random, unique lottery numbers within a range.
Word Search Puzzle Generator
Generate a word search puzzle from a list of words.
Random Date Generator
Generate a random date within a range.
Random Boolean Generator
Generate random true/false values, with adjustable probability.
Converters
Base64 Encoder / Decoder
Encode and decode text to and from Base64 without leaving your browser.
URL Encoder / Decoder
Encode and decode text to safely use it inside URLs.
Markdown Previewer
Write Markdown and preview the resulting HTML in real time.
Color Converter
Convert colors between HEX, RGB and HSL instantly.
Case Converter
Convert text between camelCase, snake_case, kebab-case, PascalCase and more.
Unit Converter
Convert length, weight and temperature between the most common units.
Timestamp Converter
Convert Unix timestamps to readable dates and back.
Number Base Converter
Convert numbers between binary, octal, decimal and hexadecimal.
HTML Entity Encoder / Decoder
Encode and decode HTML entities like &, < and '.
CSV ↔ JSON Converter
Convert CSV to JSON and JSON to CSV, with support for quoted fields.
Text ↔ Binary Converter
Convert text to binary code and binary back to text.
Morse Code Translator
Translate text to Morse code and Morse code back to text.
Roman Numeral Converter
Convert Arabic numerals to Roman numerals and back.
Number to Words (Spanish)
Convert a number into its written form in Spanish.
JSON ↔ YAML Converter
Convert JSON to YAML and YAML to JSON.
Image to Base64
Convert an image into a Base64 string (data URL) without uploading it anywhere.
Base64 to Image
Paste a Base64 string and preview the resulting image.
Base32 Encoder / Decoder
Encode and decode text in Base32 (RFC 4648).
JSON to TypeScript Interface
Generate a TypeScript interface from a JSON object.
Pig Latin Translator
Translate English text into Pig Latin.
NATO Phonetic Alphabet
Convert text to the NATO phonetic alphabet (Alpha, Bravo, Charlie…).
Data Storage Unit Converter
Convert between bits, bytes, decimal KB/MB/GB and binary KiB/MiB/GiB.
Title Case Converter
Convert a title to proper capitalization following AP/Chicago style.
JSON Flatten / Unflatten
Flatten a nested JSON into single-line keys, or rebuild it back.
CSS Color Name Converter
Convert between CSS color names and their hex value.
Base64 URL-Safe Encoder / Decoder
Encode and decode text in URL-safe Base64 (RFC 4648 §5).
Time Zone Converter
Convert a date and time between different time zones around the world.
XML ↔ JSON Converter
Convert XML to JSON and JSON to XML, with support for attributes and repeated elements.
Tabs ↔ Spaces Converter
Convert a code block's indentation between tabs and spaces.
Markdown to Plain Text
Strip Markdown syntax and leave only plain text.
JSON Schema Generator
Generate a JSON Schema from a sample JSON object.
cURL to Fetch Converter
Convert a cURL command into JavaScript fetch() code.
HTML to Markdown
Convert HTML to Markdown, with support for the most common tags.
ISBN-10 ↔ ISBN-13 Converter
Convert and validate ISBN-10 and ISBN-13 book codes.
Base58 Encoder / Decoder
Encode and decode text in Base58, the format used by Bitcoin.
CSS Unit Converter
Convert CSS measurements between px, em, rem and pt.
Sentence Case Converter
Convert a text to sentence case, capitalizing only the start of each sentence.
Slug to Title Converter
Convert a URL slug back into a readable title.
Unicode Escape Converter
Convert text to \uXXXX escape sequences and back.
RGB / CMYK Converter
Convert colors between RGB and CMYK (an approximation, not color-profile managed).
HTTP Basic Auth Encoder
Encode and decode HTTP Basic authentication headers.
IPv4 to IPv6-Mapped Converter
Convert an IPv4 address to its IPv6-mapped form (::ffff:a.b.c.d) and back.
Markdown to HTML Converter
Convert Markdown to HTML code, ready to copy.
QWERTY to Dvorak Converter
Convert text between the QWERTY and Dvorak keyboard layouts.
Base36 Encoder / Decoder
Convert numbers between decimal and base36, used in short ID generators.
Excel Column Letter Converter
Convert between a spreadsheet's column number and column letter (A, B... AA, AB...).
Invert Case Converter
Invert the uppercase and lowercase letters of a text, letter by letter.
Calculators
BMI Calculator
Calculate your body mass index from your weight and height.
Age Calculator
Calculate your exact age in years, months and days from your date of birth.
Percentage Calculator
Calculate percentages, what percent one number is of another, and percentage changes.
VAT / Tax Calculator
Add or remove VAT/sales tax from an amount at any rate you choose.
Discount Calculator
Calculate the final price and savings after applying a discount percentage.
Tip Calculator
Calculate the tip, total, and how much each person owes when splitting the bill.
Loan Calculator
Calculate the monthly payment and total interest of a loan.
Subnet / CIDR Calculator
Calculate network, broadcast, mask and host range from an IP/CIDR.
Time Duration Calculator
Calculate the duration between two times of day, even across midnight.
Date Calculator
Add or subtract days, weeks, months or years from a date.
Business Days Calculator
Count business days between two dates, excluding weekends.
Week Number Calculator
Calculate the ISO 8601 week number of any date.
Leap Year Checker
Check whether a year is a leap year.
Compound Interest Calculator
Calculate compound interest on an investment with optional periodic contributions.
GCD / LCM Calculator
Calculate the greatest common divisor and least common multiple of several numbers.
Quadratic Equation Solver
Solve quadratic equations ax² + bx + c = 0, including complex roots.
Statistics Calculator
Calculate mean, median, mode, standard deviation and variance of a list of numbers.
Break-even Point Calculator
Calculate how many units you need to sell to cover your fixed costs.
ROI Calculator
Calculate the return on investment and annualized ROI.
Salary ↔ Hourly Rate Converter
Convert an annual salary to an hourly rate and back.
GPS Distance Calculator (Haversine)
Calculate the straight-line distance between two GPS coordinates.
Geometry Calculator
Calculate the area and perimeter of circles, rectangles and triangles.
Countdown Timer
Calculate the time remaining until a specific date and time.
Amortization Schedule Generator
Generate a month-by-month loan amortization table.
Binary / Hex Calculator
Add, subtract, multiply and divide numbers in binary, octal, decimal or hexadecimal.
Stacked Discount Calculator
Calculate the final price after applying several successive discounts.
Loan Comparison Tool
Compare two loan offers side by side and find out which one is cheaper.
Bill Splitter
Split a bill between several people and calculate who owes whom.
Present / Future Value Calculator
Calculate the present or future value of an amount of money at a given interest rate.
GTIN / EAN Check Digit Calculator
Calculate the check digit of an incomplete EAN-8, UPC-A or EAN-13 code.
Markup vs Margin Calculator
Calculate the selling price from a profit margin or a markup.
Simple Interest Calculator
Calculate the simple interest on a principal at a fixed rate over a term.
Aspect Ratio Calculator
Simplify an aspect ratio and calculate the missing dimension.
DPI / PPI Calculator
Calculate a screen's pixel density from its resolution and size.
Rule of 72 Calculator
Estimate how many years it takes an investment to double based on its interest rate.
CAGR Calculator
Calculate the compound annual growth rate between a starting and ending value.
Permutations & Combinations Calculator
Calculate permutations (nPr) and combinations (nCr) of a set of items.
Number Rounding Calculator
Round a number up, down or to the nearest value, with the precision you choose.
Weighted Average Calculator
Calculate the weighted average of a list of values and their weights.
Quartile / IQR Calculator
Calculate the quartiles, interquartile range and outlier bounds.
BMR / TDEE Calculator
Calculate your basal metabolic rate and daily calorie needs based on your activity level.
Running Pace Calculator
Calculate your pace per kilometer or mile from distance and time.
Dog Age Calculator
Convert a dog's age to human years using the current scientific formula.
Calories Burned Calculator
Estimate calories burned during a physical activity based on your weight and duration.
GPA Calculator
Calculate your GPA from your grades and credits.
Zodiac Sign Calculator
Calculate your Western zodiac sign from your date of birth.
Chinese Zodiac Calculator
Calculate your Chinese zodiac animal and element from your birth year.
Moon Phase Calculator
Calculate the approximate moon phase for any date.
Work Hours Calculator
Add up hours worked from several clock-in/clock-out shifts.
Tax Bracket Calculator
Calculate progressive tax by applying customizable brackets and rates.
Sales Commission Calculator
Calculate tiered sales commission with increasing rates.
Matrix Determinant Calculator
Calculate the determinant of a 2x2 or 3x3 matrix.
Vector Calculator
Calculate the dot product, cross product, magnitude and angle between two 3D vectors.
Triangle Solver (SSS)
Calculate all three angles of a triangle from its three sides.
Slope & Distance Calculator
Calculate the slope and distance between two points on a plane.
Extra Payment Savings Calculator
Calculate how much time and interest you save by paying extra toward your loan each month.
Split Number Into Equal Parts
Split a number into N parts as evenly as possible, distributing the remainder.
Julian Day Calculator
Convert a Gregorian calendar date to a Julian day number and back.
Nominal to Effective Rate Converter
Convert a nominal interest rate into its effective annual rate (APY) based on the compounding frequency.