Paraphrase Comparison Tool - Online Spot the Rewrite
Paste two versions of the same idea and see a wordâlevel diff highlighting the rewrite. Not AI, just diff.
UD5 Toolkit
Compare two texts using Cosine Similarity & Jaccard Index algorithms â instant, accurate, and insightful.
Enter two texts and click "Calculate Similarity" to see results
Supports Cosine Similarity & Jaccard IndexMeasures the cosine of the angle between two text vectors in a multi-dimensional space. Best for longer texts, captures directional similarity regardless of magnitude. Range: 0 to 1 (0%â100%).
Computes the ratio of intersection over union of token sets. Simple, fast, and intuitive. Great for short texts, duplicate detection, and set-based comparisons. Range: 0 to 1 (0%â100%).
Paste two versions of the same idea and see a wordâlevel diff highlighting the rewrite. Not AI, just diff.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Upload a text file to detect its character encoding (UTF-8, ISO-8859-1, etc.) and BOM presence. Runs entirely in your browser.
See how a full paragraph looks with your chosen text and background colors. Not just a ratio; the real appearance.
Paste text and detect its language (70+ languages) using a simple character n-gram model implemented in JavaScript. No server communication.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Identify common grammar mistakes (subject-verb agreement, tense, articles) with simple rule-based analysis. Explanations provided. Not AI, purely rule-based and local.
Paste rich text and clean it to plain text. Normalize line endings and whitespace. Prepare for code or databases.
Detect browser support for fontâtech() and fontâformat() values in @fontâface src. Check COLRv1, variable, etc.
Paste text and instantly see if it contains hidden zeroâwidth characters often used in steganography. Reveal invisible payloads.
Paste a line of poem and see which syllable stresses create a particular meter. Educational tool.
Apply East Asian glyph variants like jis78, proportional-width, ruby. See the difference instantly. For CJK typography.
Shows each character's 7âbit or 8âbit binary representation. Includes space separation. For learning binary encoding.
Apply dyslexiaâfriendly fonts, spacing, and background to any text. Preview and copy the formatted version. Improve readability.
Convert normal text to Unicode mathematical bold, italic, script, fraktur, and doubleâstruck. Copy rich text for anywhere.
Select a local font and see all its metrics: ascent, descent, xâheight, and supported features. Typography deep dive.
Practice positive/negative lookahead and lookbehind. See matches highlighted live. Master advanced regex.
Easily apply ROT13 cipher to obfuscate or reveal text. A classic letter substitution cipher that works bidirectionally. Purely client-side processing.
Paste two strings that look the same and see if they differ after normalization. Debug invisible encoding bugs.
Check if your site is crossâorigin isolated by examining the COOP and COEP headers. See if SharedArrayBuffer is available.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Test different lineâbreak and wordâbreak values on Chinese/Japanese/Korean text. See how browsers wrap. Essential for i18n.
Type or paste Korean Hangul and see the revised romanization. Also works backwards for basic words. Study aid.
Simulate reduced motion preference and test your animations. Copy the media query snippet. Keep your users safe.
Paste an enciphered text and instantly see all 25 possible shifts. Highlight the most plausible.
Choose a font family and see how it renders famous pangrams (The quick brown foxâŚ). Instant web font loader.
Enter a URL and a userâagent to see if it is allowed or blocked by the robots.txt file. Quick bot validation.
Paste raw email headers and see authentication results (SPF, DKIM, DMARC) in a readable table. Find spoofing attempts.
Test how nonâLatin characters (Chinese, Cyrillic, Arabic) convert to URLâsafe slugs with proper transliteration rules. Preview the final string.
Enter a URL and extract tabâindex order violations and focusable elements. Quick accessibility audit. Clientâside fetch.