Anagram Checker
NEWCheck if two words or phrases are anagrams of each other.
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.
Related tools
Word Counter
Count words, characters, sentences, and paragraphs in real-time.
Character Counter
Count characters with and without spaces instantly.
Case Converter
Convert text to UPPER, lower, Title, camelCase, snake_case, or kebab-case.
Lorem Ipsum Generator
Generate placeholder text in any number of paragraphs or words.