← All tools
// Text

Anagram Checker online

Check whether two words or phrases are anagrams of each other

Anagram Checker logo
by
CHUNKY
MUNSTER

How to Use anagram-checker

  1. Type or paste the first word or phrase into the left field.
  2. Type or paste the second word or phrase into the right field.
  3. The checker instantly determines whether the two are anagrams.
  4. Toggle the case-sensitivity and space-ignoring options if needed.

An anagram rearranges every letter of a word or phrase to form another. This checker sorts and compares the character frequencies of both inputs to give an instant definitive answer — ignoring or including spaces and punctuation depending on your settings.

How Anagram Detection Works

The algorithm strips or retains spaces and punctuation according to your toggle settings, lowercases both strings, sorts the characters alphabetically, and compares the sorted results. If the sorted character arrays match, the inputs are anagrams. The character frequency breakdown shows exactly which letters appear in each input and how the counts compare, making it easy to spot what differs when two phrases are almost anagrams.

Frequently Asked Questions

What counts as an anagram?

"listen" and "silent" are classic anagrams — same letters, different arrangement. Spaces are usually excluded, so "astronomer" and "moon starer" count too. Use the toggle to control whether spaces and punctuation are included.

Is it case-sensitive?

By default the checker is case-insensitive, treating "A" and "a" as the same character. Enable case-sensitivity in the options panel if you need a strict match.

Can I check phrases against each other?

Yes — paste full phrases into either input. The space-ignoring toggle lets you treat "Tom Marvolo Riddle" and "I am Lord Voldemort" as the same character set.

What is the difference between an anagram and a palindrome?

An anagram rearranges the letters of one string to form another string. A palindrome reads the same forwards and backwards (e.g. "racecar"). They are different properties — though some words are both.

Try the Word Frequency counter or the Text Reverse tool for more word-level analysis.