Check Anagrams
First (sorted)
Second (sorted)
Letter Frequency Comparison
Famous Anagram Examples
Click any example to try it:
What is an Anagram?
An anagram is a word or phrase formed by rearranging the letters of another word or phrase, using all the original letters exactly once. For example, "listen" and "silent" are anagrams because both contain the same letters: e, i, l, n, s, t.
How This Tool Works
- Normalization: Both inputs are converted to lowercase and all non-letter characters (spaces, punctuation) are removed
- Sorting: The remaining letters are sorted alphabetically
- Comparison: If both sorted strings are identical, the words are anagrams
Tips for Finding Anagrams
- Same letter count: Anagrams must have exactly the same number of each letter
- Ignore spaces: "the eyes" and "they see" are valid anagrams despite different word breaks
- Case doesn't matter: "Listen" and "SILENT" are still anagrams
- Perfect anagrams: The best anagrams create meaningful phrases related to the original
Common Uses
- Word games: Crosswords, Scrabble, word puzzles
- Creative writing: Creating pseudonyms or pen names
- Education: Teaching vocabulary and spelling
- Cryptography: Historical ciphers used anagram-like techniques
Frequently Asked Questions
Are spaces and punctuation counted in anagrams?
Traditionally, no. When checking for anagrams, spaces and punctuation are ignored. Only the letters themselves matter. This is why "dormitory" and "dirty room" are considered perfect anagrams.
Do anagrams have to make sense?
Technically, any rearrangement of letters counts as an anagram. However, the most interesting anagrams form real words or meaningful phrases, especially ones that relate to the original word.
What's the difference between an anagram and a palindrome?
A palindrome reads the same forwards and backwards (like "racecar" or "madam"). An anagram uses the same letters to form a different word or phrase. They're related but distinct word games.
Can numbers be anagrams?
While this tool focuses on letters, the concept can extend to numbers. For example, "12" and "21" use the same digits rearranged. Some word-number anagrams are famous, like "eleven plus two" = "twelve plus one" (both equal 13!).
How does an anagram checker work?
An anagram checker normalizes both inputs by converting them to lowercase and removing non-letter characters, then sorts the remaining letters alphabetically. If both sorted strings are identical, the words are anagrams.
What are some famous anagram examples?
Famous anagrams include "listen" and "silent", "astronomer" and "moon starer", "dormitory" and "dirty room", "the eyes" and "they see", and "debit card" and "bad credit". The most memorable anagrams often create phrases that cleverly relate to the original word's meaning.
Is case sensitivity important when checking anagrams?
No, case doesn't matter when checking anagrams. "Listen" and "SILENT" are still anagrams because the tool converts all letters to lowercase before comparison. Only the letters themselves are considered, not their capitalization.
What makes a good anagram?
The best anagrams create meaningful phrases that relate to the original word. For example, "slot machines" rearranged to "cash lost in me" is clever because it comments on the nature of slot machines. Perfect anagrams use all letters exactly once and create relevant, witty connections.
Related Text Tools
Explore these other word and text manipulation tools:
- Palindrome Checker - Check if words read the same forwards and backwards
- Word Counter - Count words, characters, and sentences in your text
- Text Reverser - Reverse text, words, or letters instantly
- Text Case Converter - Convert text between uppercase, lowercase, and title case
- Duplicate Word Remover - Remove duplicate words from text
Privacy & Limitations
- All calculations run entirely in your browser -- nothing is sent to any server.
- Results are estimates and may vary based on actual conditions.
Related Tools
- Base64 Encoder/Decoder -- Encode text to Base64 or decode Base64 to text
- Slug Generator -- Turn text into a clean URL slug
- URL Encoder/Decoder -- Encode or decode URL components
- Duplicate Word Remover -- Remove repeated words from text while keeping order
Related Tools
View all toolsWord Counter
Count words, characters, and sentences
Keyword Density Calculator
Analyze keyword frequency and density for SEO
Text Case Converter
Convert text to upper, lower, title, or sentence case
Slug Generator
Turn text into a clean URL slug
Reading Time Estimator
Estimate reading time from word count
Email Address Extractor
Extract email addresses from text
Anagram Checker FAQ
Are spaces and punctuation counted in anagrams?
Traditionally, no. When checking for anagrams, spaces and punctuation are ignored. Only the letters themselves matter. This is why "dormitory" and "dirty room" are considered perfect anagrams.
Do anagrams have to make sense?
Technically, any rearrangement of letters counts as an anagram. However, the most interesting anagrams form real words or meaningful phrases, especially ones that relate to the original word.
What's the difference between an anagram and a palindrome?
A palindrome reads the same forwards and backwards (like "racecar" or "madam"). An anagram uses the same letters to form a different word or phrase. They're related but distinct word games.
Can numbers be anagrams?
While this tool focuses on letters, the concept can extend to numbers. For example, "12" and "21" use the same digits rearranged. Some word-number anagrams are famous, like "eleven plus two" = "twelve plus one" (both equal 13!).
How does an anagram checker work?
An anagram checker normalizes both inputs by converting them to lowercase and removing non-letter characters, then sorts the remaining letters alphabetically. If both sorted strings are identical, the words are anagrams.
What are some famous anagram examples?
Famous anagrams include "listen" and "silent", "astronomer" and "moon starer", "dormitory" and "dirty room", "the eyes" and "they see", and "debit card" and "bad credit".
Is case sensitivity important when checking anagrams?
No, case doesn't matter when checking anagrams. "Listen" and "SILENT" are still anagrams because the tool converts all letters to lowercase before comparison.
What makes a good anagram?
The best anagrams create meaningful phrases that relate to the original word. For example, "slot machines" rearranged to "cash lost in me" is clever because it comments on the nature of slot machines.