WebToolset Logo
WebToolset
All Categories
Categories
Developer & Data formatters
Formatters
XML FormatterJSON FormatterSQL FormatterYAML Formatter
Converters
JSON to CSVCSV to JSONCurl to Code
Minifiers & Validators
HTML MinifierCSS MinifierJS Minifier
Security, Crypto & Encoding
Generators
Hash GeneratorsBcrypt GeneratorPassword GeneratorUUID/GUID Generator
Encoder/Decoder
HTML Entity EncoderURL Encode/DecodeJWT DecoderBase64 ToolBase64URL ToolHex ToolBase32 ToolBase58 ToolBase36 ToolBase62 ToolAscii85 ToolBase91 ToolBase45 ToolUuencoding ToolHMAC GeneratorULID GeneratorEncrypt / Decrypt
QR Tools
QR Code GeneratorQR Code Reader
String & Text Manipulation
Word & Character CounterLorem Ipsum GeneratorModern Text Diff CheckerCase ConverterRemove Duplicate LinesString ReverserSlug GeneratorASCII Art GeneratorMarkdown to HTMLText Replacement ToolDetect Unicode Char
Image Tools
Image CompressorImage ResizerImage CropperPNG to JPG ConverterJPG to PNG ConverterWebP ConverterBase64 Image EncoderSVG to PNG ConverterColor PickerHEX to RGB Converter
Math, Time & Network
Unix Timestamp ConverterPercentage CalculatorAspect Ratio CalculatorUnit ConverterNumber Base ConverterIP Address LookupUser Agent ParserSubnet CalculatorStopwatch & TimerCron Job GeneratorAdvanced Calculator
© 2025 WebToolset
Home
String & Text Manipulation
Case Converter
Logo
String & Text Manipulation/Case Converter

Case Converter — Uppercase, Lowercase, Title Case & More

Convert text case online. Uppercase, lowercase, title case, sentence case, camelCase, snake_case. Instant conversion for writers and coders.

UPPERCASElowercaseTitle CasecamelCasesnake_casekebab-casePascalCase

What is UPPERCASE Converter?

A Case Converter is a text transformation tool that changes the capitalization style of your text. Whether you accidentally left Caps Lock on, need to format a title for a blog post, or need to convert variable names for programming, this tool handles it all. It supports standard text formats like Uppercase, Lowercase, Sentence Case, and Title Case, as well as developer-specific formats like camelCase (javaScriptVariable), snake_case (python_variable), kebab-case (css-class-name), and PascalCase (ClassName). It saves you from manually retyping text to fix capitalization errors.

Input Formats

  • Any text block
  • Code snippets
  • Lists of words

Output Results

  • Converted text
  • Copy-ready result

Key Features

Instant Conversion: Fix capitalization errors in seconds
Developer Formats: Convert to camelCase, snake_case, kebab-case, and PascalCase
Productivity: Save hours of manual retyping and editing
Privacy: 100% Client-side processing; your text stays private
Smart Title Case: Correctly capitalizes major words while ignoring minor ones
Accents Support: Preserves special characters and accents during conversion
Universal: Works on code snippets, essays, and social media posts
Best & Simple: The best simple case converter for writers and coders
Shareable LinksShare the converted text. (Limit: 5KB)

Who is this for?

Writing & Editing

Fixing accidental Caps Lock typing or formatting headlines to Title Case.

Caps lock fixTitle capitalizationEditing tool

Programming

Converting database field names (snake_case) to JavaScript variables (camelCase).

Variable namingCode formattingRefactoring

Data Cleaning

Standardizing user input (e.g., names) to Title Case or Lowercase for database storage.

Data normalizationInput cleaningStandardization

How to Use

1

Paste your text into the input area.

2

Click the button for the desired case (e.g., 'UPPERCASE').

3

The text will be converted instantly.

4

Copy the result.

Examples

Input

hello world

Output

HELLO WORLD (Uppercase), Hello World (Title Case), helloWorld (camelCase)

Frequently Asked Questions

What is Title Case?
It capitalizes the big words but leaves small words like 'and', 'the', and 'of' lowercase. Perfect for headlines!
What is Sentence case?
It capitalizes only the very first letter of the sentence. Like normal writing.
Can I convert code variables?
Yes! I have special modes for camelCase, snake_case, and kebab-case just for programmers.
Is the conversion reversible?
Mostly yes, but if you convert to 'lowercase', you lose the original capitalization forever.
Does it handle accents?
Yes. 'é' becomes 'É' in uppercase. I handle all special characters correctly.
What is PascalCase?
It's like camelCase, but the first letter is Big too (e.g., 'MyClass'). Used a lot in C# and React.
What is Kebab Case?
It puts hyphens between words (e.g., 'my-cool-class'). It's standard for CSS and URLs.
Is there a text limit?
No limit! Paste as much as you want.