String Utilities
Case conversion, counts, reverse, split and character details.
About the String Utilities
A Swiss-army knife for text: convert case (upper, lower, title), count characters and words, reverse strings, split into lines, and inspect every character with its decimal, hexadecimal, octal, and HTML-entity codes.
Frequently asked questions
Does it show per-character details?
Yes — the inspector lists each character with its decimal, hexadecimal, octal, and HTML entity representations.
Is the text stored anywhere?
No — everything runs locally in your browser.