Homoglyph Generator & Detector

Convert text using look-alike Unicode characters or detect hidden homoglyphs in suspicious text.

Copied to clipboard!

Generate Homoglyph Text

Homoglyph Text
Character Breakdown

Detect Homoglyphs in Text

Analysis Result

Found non-ASCII character(s) out of total characters.

Non-ASCII characters are highlighted in red. These may be homoglyphs designed to look like standard Latin letters.

No suspicious characters found. All characters are standard ASCII.

Homoglyphs & Security

Homoglyph attacks (also called IDN homograph attacks) exploit the visual similarity between characters from different Unicode scripts. A malicious actor might register a domain like gооgle.com where the two 'o' characters are actually Cyrillic 'о' (U+043E) instead of Latin 'o' (U+006F).

Common Homoglyph Pairs

a (Latin) vs а (Cyrillic U+0430)
e (Latin) vs е (Cyrillic U+0435)
o (Latin) vs о (Cyrillic U+043E)
p (Latin) vs р (Cyrillic U+0440)
c (Latin) vs с (Cyrillic U+0441)
x (Latin) vs х (Cyrillic U+0445)

Modern browsers mitigate this risk by displaying internationalised domain names (IDNs) in Punycode when they contain mixed scripts. However, homoglyphs remain a concern in usernames, emails, source code, and any context where visual inspection is relied upon for verification.

For more on Unicode characters and their properties, see our Unicode Lookup tool and Text to Unicode Converter.