Anagram Checker

NEW

Check if two words or phrases are anagrams of each other.

Ad Slot
Ad Slot

Frequently asked questions

Does it ignore spaces and punctuation when comparing?

Yes — both phrases are lowercased and stripped down to just letters and digits before comparing, so spaces, apostrophes, and punctuation don't affect the result.

Do numbers count as part of the phrase, or just letters?

Digits count too — they survive the normalization step along with letters, so two phrases would need to match digit-for-digit, not just letter-for-letter.

What's that string of letters shown under each input box?

That's the normalized form used for the comparison — each phrase lowercased, stripped to letters and digits, and alphabetically sorted; two phrases are anagrams exactly when those two strings match.

We use cookies for analytics and to show ads that keep this site free. No personal data is sold.