Measure occurrences of ASCII A–Z while separating the five fixed vowels from the remaining accepted letters.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Each accepted Latin letter increments a map under its original case or a lowercase key, and rows sort from highest count to lowest. Case folding and hiding zero-count alphabet rows are the defaults; percentages divide by accepted letters rather than total source characters.
hello world
Letter Count Percentage ------ ----- ---------- l 3 30 o 2 20 h 1 10 e 1 10 w 1 10 r 1 10 d 1 10
Classical-cipher classes compare distributions, letter-board planners count required tiles, and word-game players inspect puzzle-list alphabets.