String Tools
Text manipulation, encoding, and transformation utilities
Reverse String
Reverse the characters in a text string
Base64 Encode
Encode text to Base64 format
Base64 Decode
Decode Base64 encoded text
URL Encode
Encode text for use in URLs
URL Decode
Decode URL-encoded text
Uppercase
Convert text to uppercase
Lowercase
Convert text to lowercase
Title Case
Capitalize the first letter of each word
ROT13 Cipher
Apply ROT13 cipher to text
Password Generator
Generate secure random passwords
Repeat String
Repeat a string multiple times
Truncate String
Shorten text to a specified length
Split String
Split text by a delimiter into parts
Join Strings
Join multiple lines with a delimiter
Count Characters
Count characters, words, and lines in text
Trim Whitespace
Remove leading and trailing whitespace
HTML Encode
Encode special characters for HTML
HTML Decode
Decode HTML entities to text
Slug Generator
Generate URL-friendly slugs from text
Lorem Ipsum Generator
Generate placeholder lorem ipsum text
UUID Generator
Generate unique UUID/GUID identifiers
Hash Generator
Generate MD5, SHA-1, SHA-256 hashes
Camel Case
Convert text to camelCase
Snake Case
Convert text to snake_case
Kebab Case
Convert text to kebab-case
Text Diff
Compare two texts and show differences