Our Text Entropy Calculator measures the Shannon entropy of any text you paste - a single number, in bits per character, that tells you how unpredictable the symbols in that text are. Score the entire text at once, or switch to per-line or per-paragraph mode to compare different strings side by side, with adjustable decimal precision.
Beyond the headline score, the tool reports how many unique symbols it counted, the theoretical maximum for that set of symbols, and what percentage of that maximum your text reaches. It also offers case-insensitive counting, a letters-and-digits-only mode and a word-level mode for measuring vocabulary variety. Everything runs locally in your browser - nothing you paste is sent to or stored on any server.
This tool is useful in many situations: checking whether passwords, tokens or IDs are as random as they should be; estimating how well a text will compress before running it through gzip; spotting base64-encoded or encrypted-looking blobs inside log files and exports; comparing writing samples for vocabulary richness in word mode; cleaning up data analysis and NLP preprocessing pipelines; and teaching information theory with live examples instead of formulas alone.