Palindrome Checker - Test if Text is a Palindrome

Check if your text reads the same forwards and backwards

Check Palindrome

Famous Palindromes

Click any example to test it:

What is a Palindrome?

A palindrome is a word, phrase, number, or sequence that reads the same forward and backward. The word comes from the Greek palin (again) and dromos (way, direction).

For example, "racecar" spelled backward is still "racecar." The phrase "A man a plan a canal Panama" reads identically in both directions when spaces and punctuation are removed.

Types of Palindromes

  • Word palindromes: Single words like "radar", "level", "civic", "noon", "kayak", "refer", "deed"
  • Phrase palindromes: Sentences that work when ignoring spaces and punctuation, such as "Was it a car or a cat I saw"
  • Numeric palindromes: Numbers like 121, 1331, 12321, 1001, 98789
  • Date palindromes: Dates like 02/02/2020 (mm/dd/yyyy) or 12/02/2021 (dd/mm/yyyy)

How to Check if Something is a Palindrome

The algorithm is straightforward:

  1. Normalize the text: Remove spaces and punctuation (for phrase palindromes), convert to a single case
  2. Reverse the text: Create a copy with all characters in reverse order
  3. Compare: If the normalized text matches its reverse exactly, it's a palindrome

This tool performs all three steps automatically, with options to customize the normalization.

Tips

  • For phrase palindromes, keep "Ignore spaces" and "Ignore punctuation" checked
  • For strict character-by-character checking, uncheck all options
  • Numbers and letters both work — try testing dates or number sequences

Notable Palindrome Examples

Common Single-Word Palindromes

  • racecar — one of the most recognized examples
  • level — describes a flat surface or equal position
  • radar — radio detection and ranging
  • civic — relating to a city or citizenship
  • kayak — a type of narrow boat
  • noon — 12:00 PM
  • refer — to direct attention
  • rotor — a rotating part of a machine
  • stats — short for statistics

Famous Palindrome Sentences

  • "A man a plan a canal Panama" — references the Panama Canal construction
  • "Was it a car or a cat I saw" — a simple, memorable sentence palindrome
  • "Never odd or even" — mathematically themed
  • "Madam, I'm Adam" — often cited as an introduction
  • "Able was I ere I saw Elba" — attributed (falsely) to Napoleon about his exile
  • "Do geese see God?" — a philosophical question
  • "Mr. Owl ate my metal worm" — a whimsical example

The Longest Palindrome Words

The longest commonly cited English palindrome is "tattarrattat" (12 letters), coined by James Joyce in Ulysses to represent a knock on a door. In standard dictionaries, "rotavator" (9 letters), a type of soil-tilling machine, is often recognized as the longest.

Other long palindrome words include "detartrated" (11 letters, a chemistry term) and "kinnikinnik" (11 letters, a plant used by Native Americans).

Palindrome Checker FAQ

What is a palindrome?

A palindrome is a word, phrase, number, or sequence that reads the same forward and backward. The word comes from Greek: "palin" (again) + "dromos" (way). Examples include "racecar", "level", "A man a plan a canal Panama", and numbers like 12321.

How do you check if something is a palindrome?

To check if text is a palindrome: (1) remove spaces and punctuation if checking a phrase, (2) convert to the same case (usually lowercase), (3) compare the text to its reverse. If they match exactly, it's a palindrome.

Do spaces and punctuation count in palindromes?

For phrase palindromes like "A man a plan a canal Panama", spaces and punctuation are ignored. For strict character-by-character palindromes, every character including spaces must match when reversed. Most palindrome definitions ignore whitespace and punctuation.

What are some famous palindrome sentences?

Famous palindrome sentences include: "A man a plan a canal Panama", "Was it a car or a cat I saw", "Never odd or even", "Madam I'm Adam", "Able was I ere I saw Elba" (attributed to Napoleon), and "Do geese see God".

Is "racecar" a palindrome?

Yes. "Racecar" is one of the most well-known English palindromes. Spelled r-a-c-e-c-a-r, it reads identically forward and backward. Other common single-word palindromes include "level", "radar", "civic", "noon", "kayak", and "refer".

Can numbers be palindromes?

Yes. Numeric palindromes read the same forward and backward. Examples: 121, 1331, 12321, 1001. Palindrome dates also exist, such as 02/02/2020 (February 2, 2020 in MM/DD/YYYY format).

What is the longest palindrome word in English?

The longest commonly accepted English palindrome word is "tattarrattat" (12 letters), coined by James Joyce in Ulysses to represent a knock on a door. In standard dictionaries, "rotavator" (9 letters, a type of farming equipment) is often cited as the longest.

Are palindromes case-sensitive?

By default, palindrome checking is case-insensitive. "Racecar" and "racecar" are both considered palindromes because the letter comparison ignores capitalization. This tool allows you to toggle case sensitivity if you need strict matching.

What is the difference between a palindrome and an ambigram?

A palindrome reads the same forward and backward as text. An ambigram is a visual design that can be read in more than one way — such as when rotated 180° or reflected. Some words (like "NOON") work as both.

Is my data sent to a server when using this palindrome checker?

No. All palindrome checking runs entirely in your browser using JavaScript. No text is transmitted to any server. When you close or refresh the page, your input is gone.

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

Related Tools

View all tools

Palindrome Checker FAQ

What is a palindrome?

A palindrome is a word, phrase, number, or sequence that reads the same forward and backward. The word comes from Greek: 'palin' (again) + 'dromos' (way). Examples include 'racecar', 'level', 'A man a plan a canal Panama', and numbers like 12321.

How do you check if something is a palindrome?

To check if text is a palindrome: (1) remove spaces and punctuation if checking a phrase, (2) convert to the same case (usually lowercase), (3) compare the text to its reverse. If they match exactly, it's a palindrome.

Do spaces and punctuation count in palindromes?

For phrase palindromes like 'A man a plan a canal Panama', spaces and punctuation are ignored. For strict character-by-character palindromes, every character including spaces must match when reversed. Most palindrome definitions ignore whitespace and punctuation.

What are some famous palindrome sentences?

Famous palindrome sentences include: 'A man a plan a canal Panama', 'Was it a car or a cat I saw', 'Never odd or even', 'Madam I'm Adam', 'Able was I ere I saw Elba' (attributed to Napoleon), and 'Do geese see God'.

Is 'racecar' a palindrome?

Yes. 'Racecar' is one of the most well-known English palindromes. Spelled r-a-c-e-c-a-r, it reads identically forward and backward. Other common single-word palindromes include 'level', 'radar', 'civic', 'noon', 'kayak', and 'refer'.

Can numbers be palindromes?

Yes. Numeric palindromes read the same forward and backward. Examples: 121, 1331, 12321, 1001. Palindrome dates also exist, such as 02/02/2020 (February 2, 2020 in MM/DD/YYYY format).

What is the longest palindrome word in English?

The longest commonly accepted English palindrome word is 'tattarrattat' (12 letters), coined by James Joyce in Ulysses to represent a knock on a door. In standard dictionaries, 'rotavator' (9 letters, a type of farming equipment) is often cited as the longest.

Is my data sent to a server when using this palindrome checker?

No. All palindrome checking runs entirely in your browser using JavaScript. No text is transmitted to any server. When you close or refresh the page, your input is gone.

Request a New Tool
Improve This Tool