we just pushed updates to the Character Counter on the tools page… turning it from a simple counter into a full text analysis utility.
it now breaks down text in real time across characters, words, sentences, and paragraphs, giving you a clean structural overview as you type. you can also configure how it behaves, including whether spaces are counted or ignored, with all stats updating instantly as the input changes.
beyond basic counting, it now includes frequency analysis for both letters and words. you can sort results by most frequent, least frequent, or alphabetical order, and filter output using top 10, top 25, top 50, or full lists depending on how deep you want to go.
this makes it useful not just for writing, but also for programming, cryptography, and cipher work… especially when preparing or analyzing structured inputs for systems like substitution ciphers, Vigenère, or Caesar-based transformations. it also helps identify repetition patterns, redundancy, and overall text structure at a glance.
overall, the Character Counter now acts as both a simple metric tool and a deeper analytical layer for understanding how text is built, distributed, and structured across multiple dimensions.