Inspect every character in your text
This tool splits text into its individual Unicode code points and shows the U+ hex value, decimal value, and category (letter, number, symbol, punctuation, mark, control, and more) for each one.
It is built for debugging — spotting a stray non-breaking space, an invisible zero-width character, or a surrogate-pair emoji that is messing up your string lengths. The summary contrasts code points with UTF-16 units so the difference is obvious. Everything runs in your browser; nothing is uploaded.