The Palindrome / Anagram Checker tells you instantly whether a word or phrase is a palindrome — text that reads the same forwards and backwards — and whether two phrases are anagrams of each other.
A palindrome ignores spaces, punctuation, and capitalization, so phrases like "A man a plan a canal Panama" and "Was it a car or a cat I saw" are correctly detected as palindromes, not just single words like "level" or "racecar."
To check anagrams, enter a second word or phrase in the comparison field. Two phrases are anagrams if they contain exactly the same letters, just rearranged — like "listen" and "silent," or "the morse code" and "here come dots."
The tool shows your cleaned input (lowercased, punctuation and spaces removed), the reversed version for palindrome checks, and the sorted letters for anagram checks, so you can see exactly why something matched or didn't.
Everything runs locally in your browser. Your text never leaves your device, and no account or sign-up is required.
Type or paste a word or phrase into the input box.
The palindrome result updates instantly, ignoring spaces, punctuation, and capitalization.
To check for an anagram, enter a second word or phrase in the comparison field below.
See the cleaned text, reversed text, and sorted letters used to determine the result.
Yes — text is lowercased and stripped of spaces and punctuation before comparison, so phrases like "Madam, I'm Adam" are correctly recognized as palindromes.
An anagram is a word or phrase made by rearranging the letters of another, using all the original letters exactly once. "Listen" and "silent" are anagrams of each other.
Yes — the anagram check works on full phrases. Spaces and punctuation are ignored, so multi-word phrases are compared letter-by-letter just like single words.
Yes — numeric strings like "12321" are checked the same way as text, since digits are kept during cleaning while spaces and punctuation are removed.
No — both the palindrome and anagram checks are case-insensitive. "Racecar" and "RACECAR" are treated identically.
Check for typos or unintended characters. The tool shows your cleaned text and its reversed version side by side, making it easy to spot exactly where they differ.