Category Text Utility

HTML Entity Encoder

Overview The HTML Entity Encoder converts special characters to their HTML entity equivalents and vice versa, preventing characters like <, >, &, and ” from being interpreted as HTML markup. It supports three encoding scopes and includes a clickable reference…

Caesar Cipher

Overview The Caesar Cipher tool encrypts and decrypts text using the classic substitution cipher where each letter is shifted a fixed number of positions in the alphabet. In decrypt mode, it can perform a brute-force attack, displaying all 25 possible…

String Reverser

Overview The String Reverser offers four distinct reversal modes: reversing all characters, reversing word order, reversing line order, and reversing each individual word while maintaining word positions. It also detects whether the input text is a palindrome. How to Use…

Case Converter

Overview The Case Converter transforms text between 10 different letter case styles, including standard formats for writing, programming variable naming conventions (camelCase, PascalCase, snake_case, kebab-case), and fun alternating patterns. How to Use Paste or type text into the input box.…

Character Counter

Overview The Character Counter provides a real-time analysis of any text, displaying character count, word count, sentence count, paragraph count, and estimated reading time. A letter frequency bar chart shows the distribution of alphabetic characters. How to Use Paste or…