Skip to content
๐Ÿ”ฃ

Character Variety Checker

Text

Check text for character variety including uppercase, lowercase, digits, and special symbols.

0
0
Enter your text
Paste text or load the example to score character variety (upper, lower, digits, specials).

A password policy requiring an uppercase letter, a lowercase letter, a digit, and a special symbol is easy enough to state but tedious to verify by eye in a longer string, especially one that was randomly generated and needs confirming rather than just trusted. This tool checks a piece of text for exactly that variety, flagging whether uppercase, lowercase, digits, and special symbols are each actually present rather than leaving someone to scan the string manually.

See more about the Character Variety Checker

Useful for confirming a randomly generated password actually satisfies a site's complexity requirement before submitting it, checking a chosen password against a policy before an account gets locked out at signup, or verifying a generated string used elsewhere actually contains the character variety a system expects.

Key features

  • Clean interface
  • Fast processing
  • No signup required
  • Works offline

Quick answers for Character Variety Checker

How is the variety score calculated?
Twenty five points each are awarded for including uppercase letters, lowercase letters, digits, and special characters, plus a bonus based on how many unique characters appear relative to the total length, capped at 100.
What does it tell me is missing?
It lists exactly which character types (uppercase, lowercase, digits, special characters) are absent from your text, so you know precisely what to add to raise the variety score.
Is this meant to check password strength?
It checks character-type variety and uniqueness in any text, including passwords, but it does not check against breached-password lists or estimate crack time the way a dedicated password strength tool would.