CSV to JSON Converter
Convert text to uppercase, lowercase, title case, or sentence case instantly. Free online text case converter. No signup.
Convert text to UPPERCASE, lowercase, Title Case, camelCase, PascalCase, or snake_case instantly. Copy output in one click. Runs offline, no signup needed.
Convert text to uppercase, lowercase, title case, or sentence case instantly. Free online text case converter. No signup.
Convert XML documents with camelCase or snake_case key names.
Encode URLs or text data into QR codes for sharing.
Dictate and watch words appear in real-time via the Web Speech API. Supports ...
Type or paste text to count words, characters, sentences, and paragraphs in r...
Map CSV columns to Name, Phone, and Email, then download a .vcf file ready fo...
You can convert to UPPERCASE, lowercase, Title Case, camelCase, snake_case, PascalCase, and more.
Yes, there is a convenient 'Copy' button that lets you instantly copy the transformed text to your device clipboard with a single click.
No. All text conversion happens in your browser. Your text never leaves your device.
camelCase starts with a lowercase word followed by each subsequent word capitalized, with no spaces. Example: 'hello world' becomes 'helloWorld'. Used in programming.
snake_case uses underscores between words with all lowercase letters. Example: 'hello world' becomes 'hello_world'. Common in Python and database column names.
Text case conversion is a fundamental task in programming, writing, and content creation. Whether you need to format database column names in snake_case, write JavaScript variables in camelCase, create CSS class names in kebab-case, or ensure proper title capitalisation in blog posts — manually converting between cases is tedious and error-prone. Our free Text Case Converter handles all common cases instantly, processing any amount of text in real time.
Developers routinely need to convert between cases when working across different systems — a REST API might return data in snake_case while your JavaScript frontend expects camelCase. Content writers need to ensure consistent title capitalisation across hundreds of blog posts. Data analysts cleaning datasets may need to standardise column headers. Database administrators converting MySQL schema to PostgreSQL often need to convert between naming conventions.
Our tool also supports inverted case (swapping every letter's case: uppercase becomes lowercase and vice versa) and alternating case (alternating between upper and lower case for each character). These are less common but useful for emphasis in social media posts, memes, or creative design work.