# Title Case Converter

Convert text to editorial-quality Title Case using AP, Chicago, or Wikipedia style rules. Lowercases function words, capitalizes first/last words and after colons, handles hyphenated compounds.

> Canonical page: https://elysiatools.com/en/tools/title-case-converter

- **Category:** Text Processing

- **Keywords:** title case, titlecase, ap style, chicago style, headline case, proper case

## Overview

Convert text into proper **Title Case** following real editorial style guides — not just "capitalize every word".

**Style guides:**
- **AP** — Associated Press newsroom rules. Short function words (articles, short prepositions, conjunctions) stay lowercase unless first or last in the title.
- **Chicago** — Chicago Manual of Style. Broader set of lowercase function words including longer prepositions; preferred for academic and book titles.
- **Wikipedia** — Wikipedia article-title conventions, a middle-ground set of lowercase words.
- **Simple** — capitalizes every word (no function-word rules). Equivalent to a naive title-caser.

**Common rules applied to all styles:**
- The **first** and **last** words are always capitalized.
- Words after a colon (`:`), em-dash, or sentence-ending punctuation are capitalized (subtitle behavior).
- Hyphenated words capitalize each part (`well-being → Well-Being`).
- Contractions and possessives (`don't`, `o'clock`) are handled intact.

**Good to know:**
- This differs from the basic "Text Case Converter" tool, which capitalizes every word with no awareness of function words. Use this tool when titles need to look professionally edited.
- Proper nouns and acronyms are normalized to the chosen style (e.g. `NASA → Nasa` in AP). If you must preserve specific capitals, capitalize-sentences is not it — apply Title Case and fix the few proper nouns manually.

## Inputs

- **Text** (textarea): Type or paste a title to convert to Title Case...
- **Style** (select)

## When to use

- Preparing book titles, academic paper headings, or journal submissions that must strictly adhere to the Chicago Manual of Style.
- Formatting news headlines, press releases, or blog post titles according to Associated Press (AP) style guidelines.
- Standardizing user interface elements, button labels, or navigation menus using a simple, consistent capitalization rule.

## How it works

- Enter or paste your raw title text into the input area.
- Select your preferred editorial style guide, such as AP, Chicago, Wikipedia, or Simple.
- The tool processes the text, applying specific capitalization rules for first/last words, prepositions, conjunctions, hyphenated compounds, and subtitles.
- Copy the formatted title directly from the output field for use in your document or content management system.

## Use cases

- Publishers formatting book chapters and titles to match Chicago Manual of Style requirements.
- Journalists and PR professionals styling press release headlines according to AP rules.
- Web developers and UI designers standardizing button text and menu labels using the Simple capitalization style.

## Frequently asked questions

### What is the difference between AP and Chicago style in this converter?

AP style keeps short function words lowercase, while Chicago style lowercases a broader set of function words, including longer prepositions like 'between' or 'through'.

### How does the tool handle subtitles?

The tool automatically capitalizes the first word following a colon, em-dash, or sentence-ending punctuation mark.

### Are hyphenated words capitalized?

Yes, the converter capitalizes each part of a hyphenated compound, such as converting 'well-being' to 'Well-Being'.

### Does the tool preserve acronyms like NASA?

The tool normalizes capitalization based on the selected style rules. If you need to preserve specific all-caps acronyms, you may need to manually adjust them after conversion.

### What does the Simple style option do?

The Simple style capitalizes the first letter of every single word, ignoring rules for articles, prepositions, and conjunctions.

## Related tools

- [Acronym Generator](https://elysiatools.com/en/tools/acronym-generator): Turn a phrase into an acronym or initialism. Choose contributing words, which letter(s) to take, the separator, and the case.
- [Advanced Case Converter](https://elysiatools.com/en/tools/advanced-case-converter): Convert between CamelCase, snake_case, kebab-case, PascalCase, and other naming conventions
- [ASCII Art Generator](https://elysiatools.com/en/tools/ascii-art-generator): Convert text to ASCII art using various fonts and styles
- [Indented List to ASCII Tree](https://elysiatools.com/en/tools/ascii-tree-from-indented-list): Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/\[api.md\].
- [Bold & Italic Text](https://elysiatools.com/en/tools/bold-italic-text): Convert text to bold, italic, or bold-italic using the Mathematical Alphanumeric Symbols Unicode block. Plain Unicode text — no font needed.
- [Fancy Text Generator](https://elysiatools.com/en/tools/fancy-text-generator): Convert text into every decorative Unicode style at once and compare them side-by-side — small caps, bold, italic, script, fraktur, double-struck, monospace, circled, fullwidth, strikethrough, underline, upside-down.
- [Fullwidth to Halfwidth Converter](https://elysiatools.com/en/tools/fullwidth-to-halfwidth): Convert fullwidth characters to halfwidth characters for proper text formatting
- [Halfwidth to Fullwidth Converter](https://elysiatools.com/en/tools/halfwidth-to-fullwidth): Convert halfwidth characters to fullwidth characters for CJK text formatting

## Samples

- [Text Case Format Samples](https://elysiatools.com/en/samples/text-case-formats): Examples of different text case formats: camelCase, snake_case, kebab-case, PascalCase, and more
- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion

## Related content

- [Editorial Copy Review and Brand Voice](https://elysiatools.com/en/hubs/editorial-copy-review-and-brand-voice): Review an existing draft for brand voice, titles, readability, typography, whitespace, and Markdown quality without flattening the author's intent.
