Text Case Converter

Updated July 2026

Paste any text and switch it between UPPERCASE, lowercase, Title Case, Sentence case and developer styles like camelCase, snake_case, kebab-case and CONSTANT_CASE. Everything runs privately in your browser — nothing is uploaded.

Paste your text and convert it instantly to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case or CONSTANT_CASE — all in your browser.
0 characters · 0 words

How this text case converter works

Letter case is the difference between capital and small letters. Changing case by hand is slow and error-prone, especially across long passages. This converter reads the text in the box, applies the case style you choose, and writes the result straight back so you can copy it.

The simple styles work on individual letters: UPPERCASE capitalises every letter and lowercase makes every letter small. Title Case capitalises the first letter of each word, while Sentence case capitalises only the first letter of each sentence. The developer styles — camelCase, snake_case, kebab-case and CONSTANT_CASE — first split the text into words on spaces and punctuation, then re-join those words with the right separators and capitalisation.

Worked example: the phrase hello world becomes HELLO WORLD in UPPERCASE, Hello World in Title Case, Hello world in Sentence case, helloWorld in camelCase, hello_world in snake_case, hello-world in kebab-case and HELLO_WORLD in CONSTANT_CASE.
Case style"hello world" becomes
UPPERCASEHELLO WORLD
lowercasehello world
Title CaseHello World
Sentence caseHello world
camelCasehelloWorld
snake_casehello_world
kebab-casehello-world
CONSTANT_CASEHELLO_WORLD

Reference note: word splitting for the developer styles treats any run of non-alphanumeric characters as a separator, so spaces, punctuation and symbols all start a new word.

Frequently asked questions

How do I change text to uppercase or lowercase?
Paste your text into the box and click UPPERCASE to make every letter a capital, or lowercase to make every letter small. The converter rewrites the text in place so you can copy it straight out.
What is Title Case vs Sentence case?
Title Case capitalises the first letter of every word, like a headline: "Hello World". Sentence case capitalises only the first letter of each sentence and leaves the rest lowercase: "Hello world".
What is camelCase / snake_case / kebab-case?
These are programming naming styles built from the words in your text. camelCase joins words with no spaces and capitalises each word after the first (helloWorld). snake_case joins words in lowercase with underscores (hello_world). kebab-case joins words in lowercase with hyphens (hello-world). CONSTANT_CASE uses uppercase words joined with underscores (HELLO_WORLD).
How do I convert a heading to title case?
Paste the heading into the box and click the Title Case button. Each word's first letter is capitalised so the heading reads like a published title.
Is my text uploaded anywhere?
No. Every conversion happens locally in your browser using JavaScript. Your text is never sent to a server, stored, or shared.
How do I copy the converted text?
Click the Copy button below the text box. It uses your browser's clipboard so you can paste the result anywhere. If clipboard access is blocked, the tool selects the text so you can copy it manually.
⚡ Text Case Converter — by larely ↗

Related tools

PPI / Screen Size Calculator

Pixels per inch, dot pitch, megapixels and aspect ratio for any screen.

Color Converter & Contrast Checker

Convert HEX, RGB and HSL colors and check WCAG contrast ratios.

JSON Formatter & Validator

Beautify, validate and minify JSON — private, in your browser.

Morse Code Translator

Translate text to Morse code and back, with audio playback.

Password Generator

Generate strong, random passwords and passphrases privately in your browser.

Base64 Encoder / Decoder

Encode and decode Base64 text in your browser.

Lorem Ipsum Generator

Generate placeholder text by paragraphs, sentences or words.

URL Slug Generator

Turn any title into a clean, SEO-friendly URL slug.

CSS Gradient Generator

Design a linear or radial CSS gradient and copy the code.

UUID Generator

Generate random version-4 UUIDs, one or in bulk, in your browser.

Text Diff Checker

Compare two texts and highlight the differences line by line.

CSS Box Shadow Generator

Visually design a CSS box-shadow and copy the code.

Browse all 251 free tools →