belun.app Blog

Text Case Converter — UPPER, lower, Title, camelCase & More

Paste any text and switch between eight common case styles in one click. Whether you need camelCase for code, Title Case for headings, or UPPER CASE for emphasis, the conversion happens instantly — no server involved.

How it works

  1. 1
    Paste or type your text Type or paste the text you want to convert into the input box. Any length works — a single word, a sentence, or multiple paragraphs.
  2. 2
    Choose a case style Click one of the eight buttons: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, or kebab-case. The output updates immediately.
  3. 3
    Copy the result Click the Copy button to copy the converted text to your clipboard, then paste it wherever you need it.

Your data stays private

All processing happens entirely in your browser. No files, text, or data are ever sent to our servers. You can disconnect from the internet and this tool will still work.

Frequently asked questions

What is Title Case?
Title Case capitalises the first letter of every word. It is commonly used for headings, book titles, and article titles — for example 'The Quick Brown Fox'.
What is Sentence case?
Sentence case capitalises only the first letter of the first word in each sentence, matching normal written English — for example 'The quick brown fox jumps over the lazy dog.'
What is camelCase?
camelCase joins all words together, lowercasing the first word and capitalising the first letter of each subsequent word — for example 'theQuickBrownFox'. It is widely used for variable names in JavaScript and other languages.
What is PascalCase?
PascalCase is like camelCase but capitalises the first letter too — for example 'TheQuickBrownFox'. It is commonly used for class names and component names in many programming languages.
What is snake_case?
snake_case replaces spaces and special separators with underscores and lowercases everything — for example 'the_quick_brown_fox'. It is the standard for Python variable names and database column names.
What is kebab-case?
kebab-case replaces spaces and separators with hyphens and lowercases everything — for example 'the-quick-brown-fox'. It is used in CSS class names, URL slugs, and file names.

From the blog

Text Case Styles Explained: camelCase, Snake_case, Kebab-case & More A practical guide to the most common text case styles — when to use each one and how to convert between them instantly. Read the post →

Related tools