how it works
See how your text transforms with different uppercase styles
uppercase text, also known as capital letters or all-caps text, is a fundamental text formatting style where every letter is converted to its capital form. the standard use of uppercase includes the first letter of sentences, proper nouns, acronyms, initialisms, headings and titles, and emphasis in informal writing. however, converting entire blocks of text to uppercase is also common in many practical scenarios — fixing text that was accidentally typed in lowercase, formatting data exports from systems that output in lowercase, preparing text for engraving or manufacturing where only uppercase fonts are available, creating attention-grabbing social media posts, and standardizing data in spreadsheets and databases.
the standard upper case mode converts every alphabetic character to its uppercase equivalent using the built-in javascript touppercase method. this handles all latin-based characters correctly including accented letters like a to a, e to e, n to n, and u to u, as well as special characters and ligatures. the result is clean, standard uppercase text suitable for any professional use case. the full width upper case mode takes this a step further by converting each character to its unicode fullwidth equivalent, where each character occupies the same fixed width as in a monospace font. for example, "hello" becomes "HELLO" using characters from the u+ff01 to u+ff5e unicode block. this style is commonly used in east asian typography, chinese and japanese social media posts, ascii art, and decorative design elements where uniform character width creates a visually pleasing effect.
the spaced upper case mode inserts a space between every character of your text, converting "hello" into "H E L L O". this creates a dramatic visual effect that is popular in movie posters, album covers, social media headlines, attention-grabbing announcements, and decorative typography. the bold upper case mode combines uppercase conversion with unicode bold mathematical characters from the mathematical alphanumeric symbols block (u+1d400 to u+1d7ff), producing text like 𝐇𝐄𝐋𝐋𝐎 that appears visually heavier and thicker than standard uppercase. the italic upper case mode uses unicode mathematical italic characters to create uppercase text with a slanted, elegant appearance like 𝐻𝑒𝓁𝓁𝑜 that is useful for decorative headings, formal invitations, and design projects.
the underlined upper case mode combines uppercase letters with the unicode combining low line character (u+0332) placed after each letter, creating H̲E̲L̲L̲O̲ with a line beneath each capital letter. the strikethrough upper case mode uses the combining long stroke overlay (u+0336) to create H̶E̶L̶L̶O̶ with a line through each capital letter. both of these combined styles are useful for creating distinctive visual effects in plain-text environments where css styling is not available, such as social media bios, chat messages, text messages, and comment sections.
all text processing happens entirely in your browser using client-side javascript. no text is ever sent to any server, stored in any database, or logged anywhere. your content stays completely private on your device at all times. this makes the tool safe for confidential documents, personal information, legal text, source code, and any sensitive material. the statistics panel shows real-time character count, word count, line count, number of characters that were converted to uppercase, and total byte size. you can import text files in .txt, .csv, .md, and .html formats. the copy button sends your result to the clipboard with one click, and the download button saves it as a plain text file with utf-8 encoding to preserve all unicode characters. whether you are fixing accidentally lowercased text, creating eye-catching social media posts, preparing data for uniform-width displays, generating decorative typography for design projects, formatting text for manufacturing or engraving, or standardizing database exports, this upper case converter on mtools.cloud is the fastest, most versatile, and most private free option available online.