How to use
- UPPERCASE — Convert all characters to uppercase
- lowercase — Convert all characters to lowercase
- Title Case — Capitalize the first letter of each word
- tOGGLE cASE — Swap the case of each character
FAQ
- Q. Does it support languages other than English?
- Case conversion applies to ASCII alphabetic characters. Characters from other writing systems (CJK, Arabic, etc.) are left unchanged.
- Q. What is Title Case?
- Each word's first letter is capitalized and the rest are lowercased (e.g. "Hello World"). Useful for headings and titles.
- Q. Can I copy the result?
- Yes. Click the "Copy" button to copy the converted text to your clipboard.
Other Tools
JSON Formatter
Format, minify, and validate JSON
URL Encode / Decode
Percent-encoding conversion for URLs
Ticks Converter
Convert .NET DateTime.Ticks ↔ Java/JavaScript dates
Character Counter
Count characters, words, lines, and bytes in real time
UUID / ULID Generator
Generate UUID v4, v7, and ULID in your browser
JavaScript Obfuscator
Obfuscate JS code at three levels