Tag:
Convert text between different formats and encodings. Supports case conversion, URL encoding/decoding, Base64, HTML entities, and more.
Convert text between various formats and encodings with a single click.
All conversions happen in your browser. Your text never leaves your device.
Transform text to uppercase, lowercase, title case, camelCase, and more.
URL encode/decode, Base64, HTML entities, and string escaping.
Sort lines, remove duplicates, add line numbers, and more text transformations.
Generate MD5, SHA-1, SHA-256 hashes, and apply ROT13 cipher.
Type or paste your text in the input box. You can also load text from a file or use a sample text.
Choose the desired conversion type from the dropdown menu. Options include case conversion, encoding/decoding, text transformation, and special formats.
Click the Convert button to process your text. The result will appear in the output box. You can copy, download, or clear the result as needed.
Yes, all text processing happens entirely in your browser. Your text is never sent to our servers or stored anywhere. This ensures complete privacy and security for your data.
The tool can handle up to several megabytes of text, but performance may vary depending on your device and browser. For very large texts, we recommend processing them in smaller chunks for optimal performance.
- UPPERCASE: All characters are capitalized
- lowercase: All characters are in small letters
- Title Case: First Letter Of Each Word Is Capitalized
- Sentence case: First letter of each sentence is capitalized
- camelCase: First letter of each word is capitalized except the first word, with no spaces
- PascalCase: First letter of each word is capitalized, with no spaces
- snake_case: All lowercase with underscores between words
- kebab-case: All lowercase with hyphens between words
Yes, this tool is particularly useful for programmers. You can escape/unescape strings, convert between different naming conventions (camelCase, PascalCase, snake_case), encode/decode URLs and Base64, and generate hashes for testing purposes.