Homoglyph Generator & Detector
Convert text using look-alike Unicode characters or detect hidden homoglyphs in suspicious text.
Generate Homoglyph Text
Detect Homoglyphs in Text
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
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.