テキストと文書ツール

Hidden Character Detector

「Hidden Character Detector」はテキストと文書に使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。

ブラウザ内で処理登録不要プライバシーの説明 ↗

Maximum 100,000 characters. Processing stays in this browser.

Characters to detect

The documented categories may contain legitimate language, emoji, or formatting characters.

Normalize changes detected unusual spaces to ASCII spaces and removes other detections. Review the report before using either cleanup mode.

使い方

使い方

  1. Paste up to 100,000 characters and choose the character categories to inspect.
  2. Choose a detailed report, visible markers, or an explicit cleanup output.
  3. Review every 1-based code-point position before copying or downloading the result.

A fixed, explainable detection scope

The detector covers bidirectional marks, embeddings, overrides, and isolates; a fixed list of zero-width or invisible format characters; Unicode space characters outside ordinary ASCII space; and C0, DEL, or C1 controls except line breaks. It does not infer every default-ignorable code point, detect look-alike letters, or prove that text is safe.

Cleanup is deliberately opt-in

The default output is a report. Marker mode inserts readable U+ labels. Normalize mode changes detected unusual spaces to ASCII spaces and removes other detected characters; remove mode deletes every detected character. ZWJ, ZWNJ, bidirectional marks, and non-breaking spaces can be required by languages, emoji, or formatting, so review the report before cleaning.

よくある質問

あわせて知りたいこと

Are all detected characters malicious?

No. Many have legitimate uses in writing systems, emoji sequences, layout, and copied documents. Detection means the character is difficult to inspect visually, not that it is an attack.

How are positions counted?

The report uses 1-based Unicode code-point positions for the whole text and for each line. A supplementary-plane emoji counts as one code point even though JavaScript stores it in two UTF-16 code units.

Does this detect Unicode homoglyphs or confusable letters?

No. It detects the documented invisible, spacing, direction, and control categories only. It does not compare visually similar letters from different scripts.