回文(パレンドローム)判定ツール
文章が回文(上から読んでも下から読んでも同じ)かを判定します。
概要:文字列からスペースや記号を除去し、前後どちらから読んでも同じ回文かを判定します。
Verification Result
❌ Not a Palindrome
Embed this Tool on Your Website
Copy this code snippet to add the 回文(パレンドローム)判定ツール to your blog or website for free. It adjusts dynamically to mobile and desktop screens.
Share This Tool
使い方 — 回文(パレンドローム)判定ツール
1. 判定したい文章を入力します。
2. 判定結果(「回文です」/「回文ではありません」)を確認します。
仕組み — 回文(パレンドローム)判定ツール
濁点・スペース・記号を正規化し反転文字列と比較判定します。
計算式:判定 = 清書テキスト === 清書テキスト.reverse()
計算例:
「たけやぶやけた」(竹屋焼けた)や「しんぶんし」(新聞紙)は有名な回文です。
よくある質問
はい、句読点やスペースは除去した上で判定を行います。
関連ツール
文字数・単語数カウントツール
リアルタイムで文字数、単語数、行数、読了時間をカウントします。
大文字・小文字変換ツール
英字の大文字・小文字や全角・半角を瞬時に変換します。
テキスト逆転(逆さ文字)ツール
文字列を末尾から逆順(反転)に並び替えます。
Readability Score Checker
This free online Readability Checker allows you to measure text readability scores instantly. Designed for bloggers, marketers, copywriters, and teachers, it requires no signups or software downloads, calculating all results client-side for maximum speed and complete privacy.

