Case Converter
Free online case converter, lowercase converter, and letter case converter with 14 modes. Change uppercase to lowercase, switch all caps to lowercase, drop capital letters to lowercase, or flip lowercase to uppercase in one click. This capitalization converter also covers a full title case converter (AP and Chicago), Sentence case, camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, and dot.case. Live preview, one-click copy, no signup.
Writing cases
Programming cases
Everything you need from a case converter
The cases that matter, presented cleanly with one-click copy.
14 case modes
Writing styles plus developer formats, all in one panel.
AP and Chicago title case
Real rule sets for journalism and book publishing.
Programming cases
camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, dot.case.
Live preview
No "convert" button. Every case updates on every keystroke.
100% private
Text never leaves your browser. No upload, no logging.
One-click copy
Every case has a copy button. Grab the exact format you need.
Who uses the Case Converter?
Anyone who works with text that needs to match a style guide or naming convention.
For writers and editors
Convert headlines between AP Style and Chicago Style title case without retyping.
For developers
Switch variable names between camelCase, snake_case, kebab-case, and PascalCase to match your language.
For designers
Match button labels to your design system: Title Case for primary CTAs, sentence case for secondary.
For social media managers
Convert all-caps angry posts to proper sentence case before publishing.
For SEO writers
Match title tag and meta description capitalisation to your style guide.
For students
Fix accidentally caps-locked essay paragraphs in one click without retyping.
All 14 case conversion modes explained
What each case looks like, when to use it, and which industries care.
What a case converter does
A case converter, sometimes called a letter case converter or a capitalization converter, changes how your text is capitalized without making you retype it. You paste a word, a sentence, or a whole document, and the tool rewrites it in the case you choose. It is the fastest fix for text that landed in the wrong style: a paragraph typed with Caps Lock on, a headline that needs Title Case, or a variable name that has to match a coding convention. Because every change is pure text capitalization, nothing about your wording, spelling, or punctuation changes, only the upper and lower case of each letter.
Uppercase to lowercase converter
Changing uppercase to lowercase is the single most common reason people reach for a case converter. If you accidentally typed a block of text with Caps Lock on, or pasted a heading that arrived in all caps, the uppercase to lowercase mode drops every capital letter down to lower case in one step. This lowercase converter handles a single word or thousands of lines at once and keeps your line breaks intact, so you can clean up an entire email, code comment, or spreadsheet column without retyping anything.
All caps to lowercase in one click
All caps text is hard to read and often reads as shouting, so converting all caps to lowercase is a quick way to make a message look calm and professional again. Paste the shouting text, pick the lowercase mode, and copy the result. Many people then run the output through Sentence case so the first letter of each sentence is capitalized properly. That two-step flow, all caps to lowercase followed by Sentence case, turns an angry-looking block of text into clean, normal prose in seconds.
Lowercase to uppercase converter
Going the other direction, the lowercase to uppercase mode raises every letter to a capital. This is useful for headings on posters and slides, for product codes and SKUs, for legal section headers, and for emphasis in short labels. Changing lowercase to uppercase is also handy when a spreadsheet or database expects values in a consistent capital format. As with every mode here, the conversion is instant and reversible: switch back to lowercase any time without losing your original text.
UPPERCASE
Every letter is capitalised. Used for acronyms (NASA, HTML), legal contract headings, road signs, and emphasis in informal writing. Avoid for long body text because all caps reduces readability by 13 to 19 percent according to typography research. Sentence case headings outperform all caps on web pages for comprehension.
lowercase
Every letter is in lower case. Common in branding for a minimalist feel (think airbnb, ebay). Also used in URLs, email addresses, and as the default for semantic HTML class names. Lowercase text feels approachable and modern, which is why many tech startups use it for logotypes.
Title Case (simple)
The first letter of every word is capitalised. Easy to apply but technically incorrect for most style guides because it capitalises short prepositions and articles that should stay lowercase. Good for quick formatting where strict adherence to AP or Chicago does not matter.
Title Case (AP Style)
Associated Press style title case. Capitalises words four letters or longer plus principal words (verbs, nouns, pronouns). Articles (the, a, an), short conjunctions (and, but, or), and short prepositions (to, of, in) stay lowercase unless they start or end the title. Used by most newspapers and magazines.
Title Case (Chicago Style)
Chicago Manual of Style title case. Stricter than AP. Capitalises all major words and lowercases articles, conjunctions, and prepositions of any length unless they begin or end the title. Used in book publishing, academic journals, and long-form magazine writing.
Sentence case
Only the first word and proper nouns are capitalised. The standard for modern UI copy (Google, Apple, Microsoft all use sentence case for buttons, menu items, and labels). Easier to read than title case and feels more conversational. Recommended for body copy, blog post titles in modern publications, and most product writing.
camelCase
First word lowercase, every subsequent word starts with a capital letter, no spaces. The convention for JavaScript variables (myVariable), function names (calculateTotal), and Java method names. Also used in Objective-C, Swift method names, and many JSON API field names.
PascalCase
Like camelCase but the first letter is also capitalised. Used for class names in most object-oriented languages (MyClass), React component names (MyComponent), C# methods, and type names in TypeScript. Visually distinguishes types from variables in mixed code.
snake_case
All lowercase with words separated by underscores. The convention in Python (my_variable, calculate_total), Ruby method names, most SQL column names (and database identifiers in general), and the names of many configuration files in Linux. Easier to read than camelCase in long identifiers.
kebab-case
All lowercase with words separated by hyphens. Required in URLs (gizmoop.com/ case-converter), CSS class names following BEM conventions, HTML attribute names (data-user-id), and command-line flags (--max-depth). Cannot be used as a JavaScript variable name because the hyphen is a minus operator.
CONSTANT_CASE
All uppercase with underscore separators. Used for constants in most languages (MAX_RETRIES = 5, API_KEY, DEFAULT_TIMEOUT). Signals to readers that the value does not change at runtime. Also used for environment variables (DATABASE_URL) and for SQL keywords by convention.
dot.case
All lowercase with dots between words. Used in configuration file paths (server.host, database.port), namespaced HTML class names in some older frameworks, and feature flag names (feature.new.checkout.enabled). Common in Java property files and Spring configuration.
aLtErNaTiNg cAsE and InVeRsE CaSe
Mostly used for ironic emphasis on social media to mock a previous statement. Inverse case swaps the case of every letter, which is useful for inverting a paragraph that was accidentally typed with Caps Lock on. Neither has serious production use, but both are included for completeness.
Title case converter: which style to choose
A title case converter capitalizes the important words in a heading while leaving small words lowercase. The hard part is that "important" depends on the style guide you follow. This tool gives you three options. Simple Title Case capitalizes the first letter of every word, which is quick but not technically correct. AP Style follows the Associated Press rules used by most newspapers and blogs. Chicago Style follows the Chicago Manual of Style rules used by book publishers and academic journals. If you are not sure, AP Style is the safe default for web content and most online writing.
How to capitalize each word in a list or headline
To capitalize each word in a phrase, paste it into the box and read the Title Case card. Every line is treated separately, so you can capitalize each word across a whole list of headlines, menu items, or product names at once. If you want strict capitalization that keeps articles and short prepositions lowercase, use the AP or Chicago card instead of simple Title Case. The output is ready to copy straight into a CMS, a slide deck, or a spreadsheet.
Text capitalization for SEO titles and meta descriptions
Consistent text capitalization makes a site look polished and helps search engines and readers scan your pages. Many SEO teams write title tags in Title Case and meta descriptions in Sentence case, then run every new draft through a capitalization converter so nothing slips through in the wrong style. Because this tool shows all 14 cases side by side, you can compare a Title Case headline against the Sentence case version and pick whichever reads better before you publish.
Convert a whole column or list at once
This lowercase converter and capitalization tool is not limited to single phrases. Paste a multi-line list, a CSV column, or an exported spreadsheet column, and every line is converted in place with its line breaks preserved. You can lowercase an entire column of email addresses, switch a list of headings to Title Case, or push product codes to uppercase, then copy the block back into your sheet. For very large inputs, work in batches of a few thousand lines to keep your browser responsive.
Why use an online case converter instead of retyping
Retyping text just to fix its capitalization wastes time and introduces typos. An online case converter changes uppercase to lowercase, lowercase to uppercase, or any other case instantly, with no risk of altering your words. It is faster than reformatting in a word processor, works on any device with a browser, and runs entirely on your machine so your text stays private. Whether you need a quick all caps to lowercase fix or a precise AP Style title, the result is one click away.
How to change capital letters to lowercase
To change capital letters to lowercase, paste your text into the box and read the lowercase card. Every capital letter to lowercase conversion happens as you type, so a single capitalized word, a shouting headline, or a full paragraph is fixed without a convert button. This is the standard way to change capital letters to lowercase when you have pasted content from a PDF, a slide deck, or a system that stores everything in caps. Because the tool only adjusts case, your spelling, spacing, and punctuation stay exactly as they were.
All caps converter for headings and labels
An all caps converter pushes every letter to a capital, and it works the opposite way too: paste shouting text and the lowercase card gives you a clean all caps to lowercase result. Designers use the all caps mode for short button labels, navigation items, and poster headlines, while editors use the lowercase side to calm down copy that arrived in full caps. Keep all caps short. For anything longer than a heading, Sentence case or Title Case reads far better and is easier to scan.
Capitalization converter for consistent writing
A capitalization converter keeps a document, a website, or a content library consistent. Inconsistent capitalization, where some headings are in Title Case and others in Sentence case, makes a page look unfinished. Paste each new draft into this capitalization converter, pick the case your style guide expects, and copy the corrected version back. Teams that publish at volume often standardize on Sentence case for body copy and one title case style for headings, then run everything through the converter so nothing slips through in the wrong format.
Lowercase converter online with no install
This is a lowercase converter online, which means there is nothing to download and no account to create. Open the page, paste your text, and the lowercase card updates instantly. A browser-based lowercase converter works the same on Windows, macOS, Linux, Android, and iOS, so you can switch capital letters to lowercase on a phone just as easily as on a laptop. Everything runs locally, so even a long document never leaves your device.
Letter case converter vs. word processor formatting
Word processors hide case changes inside a menu and often apply them as display formatting rather than real character changes, which can revert when you copy the text elsewhere. A dedicated letter case converter rewrites the actual letters, so the uppercase to lowercase or Title Case result is permanent and travels cleanly into a CMS, an email, code, or a spreadsheet. It also shows every case at once, so you can compare options side by side instead of clicking through a submenu.
Common case conversion mistakes to avoid
The most common mistake is using simple Title Case when a style guide expects AP or Chicago rules, which leaves short words like "of" and "the" wrongly capitalized. Another is converting all caps to lowercase and forgetting to restore Sentence case, which leaves the first letter of every sentence lowercase. In code, mixing camelCase and snake_case in one file is a frequent slip. Pick the case that matches your context first, then convert, and re-read the output once before you publish or commit it.
How to use the Case Converter
Three steps. Zero learning curve.
Paste your text
Use Ctrl/Cmd + V or type directly into the input box.
See all cases instantly
Every conversion appears live in its own card with the label visible.
Copy the one you need
Click "Copy" next to your chosen case. Done.
Clear when finished
Click "Clear" to wipe the box. Nothing is saved on our servers.
Frequently asked questions
If you don't find your question here, ask us directly.
A case converter changes the capitalisation of text without retyping it. Paste any string and convert between UPPERCASE, lowercase, Title Case, Sentence case, and developer formats like camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, and dot.case. The conversion happens instantly in your browser. No signup or upload required.
Title Case capitalises the first letter of every major word, like "The Quick Brown Fox". Sentence case only capitalises the first letter of the first word and proper nouns, like "The quick brown fox". Title case is used for book titles, headings, and CTAs. Sentence case is used for body copy and most modern UI labels.
AP Style (Associated Press) capitalises all words four letters or longer plus principal words. It lowercases short conjunctions, articles, and prepositions under four letters. Chicago Style is similar but uses five letters as the cutoff and follows stricter rules for hyphenated compounds. Our tool offers both styles in the dropdown so you can match your publication’s guide.
camelCase is for JavaScript variables and methods (myVariable). PascalCase is for class names and components (MyClass, MyComponent). snake_case is for Python variables and most database columns (my_variable). kebab-case is for URLs, CSS classes, and HTML attributes (my-variable). CONSTANT_CASE is for constants (MY_CONSTANT). Pick based on your language’s convention.
Yes. Paste the column directly into the text box. Our tool preserves line breaks, so each line gets converted in place. You can then copy the output back into your spreadsheet. For very large files, break the conversion into batches of around 5,000 lines to keep your browser responsive.
Yes. The tool uses JavaScript Unicode-aware case conversion, which correctly handles accented Latin characters (café to CAFÉ), German eszett (straße to STRASSE), Greek, Cyrillic, and other scripts. Some edge cases like Turkish dotted i (i to İ) require locale-specific rules, which we follow when your browser locale is set correctly.
Sentence case capitalises the first letter after a full stop, question mark, or exclamation mark. If your input has no terminal punctuation, only the very first letter of the entire string is capitalised. The converter does not add punctuation, only modifies case. Pre-clean your text with a period at sentence ends if you need automatic capitalisation.
Yes. The case converter runs 100 percent in your browser. Your text is never uploaded, logged, or sent to any server. There is no analytics on the input either, only on the page itself. Closing the tab clears the text from memory. We also do not auto-save case converter input to localStorage to keep it as transient as possible.
Paste your text into the input box and look at the lowercase card. Every uppercase letter is converted to lowercase instantly, and you can click Copy to grab the result. This works for a single word or a whole document, and your line breaks are preserved so you can convert an entire email or list at once.
Paste the all caps text and read the lowercase output card. The all caps to lowercase conversion happens as you type, with no convert button to press. If you want clean prose afterward, run the lowercase result through the Sentence case mode so the first letter of each sentence is capitalized properly.
Yes. The lowercase to uppercase mode raises every letter to a capital, which is useful for headings, product codes, and emphasis. The converter works in both directions instantly, so you can switch from lowercase to uppercase and back without losing your original text.
Yes. Gizmoop is a free lowercase converter and capitalization converter with no signup, no watermark, and no usage limits. Every one of the 14 case modes is available immediately in your browser, and there is nothing to install or pay for.
Paste your headline and choose the title case style that matches your style guide. Use AP Style for newspapers, blogs, and most web content, or Chicago Style for books and academic writing. Simple Title Case capitalizes every word, which is fine for quick formatting but not technically correct for short articles and prepositions.
Paste the list with one phrase per line and read the Title Case card. Each line is treated separately, so the tool can capitalize each word across an entire list of headlines, menu items, or product names at once. Copy the block back into your document when you are done.
Paste your text and look at the lowercase card to change capital letters to lowercase instantly. The conversion runs as you type, with no convert button, and it works for a single word or a whole document. Your spelling, spacing, and punctuation stay untouched because the tool only adjusts letter case.
Yes. Gizmoop is a free letter case converter with no signup, no watermark, and no usage limits. All 14 case modes, including uppercase to lowercase and the title case converter, are available immediately in your browser. There is nothing to install and nothing to pay.
They are the same tool described two ways. A case converter and a capitalization converter both change how letters are capitalized without altering the words. This page covers both jobs, from simple uppercase to lowercase fixes to style-guide title case, so you can use whichever term fits how you think about the task.
Yes. The UPPERCASE mode acts as an all caps converter, raising every letter to a capital for short headings, labels, and product codes. It also works in reverse, turning all caps text back into clean lowercase. Keep all caps text short, since long passages in capitals are harder to read.
Yes. This lowercase converter online runs entirely in your mobile browser, so it works the same on Android and iOS as it does on a laptop. There is no app to install, and because everything runs locally, your text never leaves the device.
Related text tools
The other tools writers and developers keep open in nearby tabs.
Try our other free tools
Word counter, character counter, lorem ipsum, and 47 more. All free, all in your browser.