Skip to main content
HTML Decode Text

HTML Decode Text

Decode HTML entities such as ampersands, brackets, and quotes back into normal text. Useful for snippets, copied markup, and entity cleanup.

About HTML Decode Text


HTML Decode Text converts encoded HTML entities back into regular characters and readable text. It is useful when copied snippets, templates, or exported markup contain entity codes instead of plain characters.

How It Works


Use the tool in three simple steps:

  • Paste encoded text - Add HTML text that contains entities such as ampersands or brackets.
  • Click Decode - The tool turns entities back into regular characters.
  • Copy the result - Use the decoded text in documents, code notes, or editors.

Basic Examples


  • Decode symbols
    Input:
    5 > 3 & 2 < 4
    
    Output:
    5 > 3 & 2 < 4
  • Restore quotes
    Input:
    &quot;tea&quot; &amp; &#39;cake&#39;
    
    Output:
    "tea" & 'cake'
  • Decode mixed text
    Input:
    Tom &amp; Jerry &gt; Spike
    
    Output:
    Tom & Jerry > Spike
Text Tools
Other tools you might like
Duplicate Text Letters
Duplicate all letters in text with a chosen repeat count while leaving digits, punctuation, spaces, and line breaks unchanged.
Duplicate Text Consonants
Duplicate consonants in words, phrases, and full text with a chosen repeat count while leaving vowels, digits, and punctuation unchanged.
Duplicate Text Vowels
Duplicate vowels in words, phrases, and full text with a chosen repeat count while leaving consonants, digits, and punctuation unchanged.
Remove Text Consonants
Remove consonants from text while keeping vowels, digits, punctuation, spaces, and line breaks unchanged.
Remove Text Vowels
Remove vowels from words, phrases, and multi-line text while keeping consonants, digits, punctuation, and line breaks intact.
Increase Text Spacing
Insert a chosen number of spaces between characters while keeping each line separate. Useful for stylized text, headings, and visual emphasis.
Convert Morse to Text
Decode Morse code that uses spaces between letters and slashes between words. Useful for study, puzzle solving, and quick Morse transcription.
Convert Text to Morse
Convert letters, numbers, and common punctuation into Morse code with spaces between signals and slashes between words. Useful for study and quick encoding.
HTML Encode Text
Convert special characters into HTML entities while keeping text readable. Useful for code snippets, templates, and safer markup display.
Convert Text to Proper Case
Convert text to proper case by capitalizing sentence starts and lowercasing the rest. Useful for notes, paragraphs, and quick cleanup.
Convert Text to Title Case
Convert text to title case by capitalizing the first letter of each word while keeping punctuation and line breaks. Useful for headings, titles, and labels.
Invert Text Case
Swap lowercase and uppercase letters in any text while leaving numbers, punctuation, and line breaks untouched. Helpful for cleanup and formatting checks.
Convert Text to Lowercase
Convert words, sentences, and multi-line text to lowercase while keeping punctuation and line breaks unchanged. Useful for cleanup, imports, and style fixes.
Convert Text to Uppercase
Convert words, sentences, and multi-line text to uppercase while keeping punctuation and line breaks unchanged. Useful for headings, labels, and quick formatting.
Calculate Letter Sum
Calculate letter sums for words and lines with A to Z values or custom mappings, then return the result in decimal, hex, binary, octal, or another base.
Remove Text Punctuation
Remove commas, periods, quotes, and other punctuation from text while optionally keeping selected characters. Useful for cleanup, comparisons, and token processing.
Remove Text Diacritics
Remove accents and combining marks from names, words, and text while keeping base characters readable. Helpful for search, slugs, file names, and cleanup.
Convert Text to URL Slug
Turn titles, headings, and phrases into readable URL slugs with lowercase and multi-line options. Useful for pages, blog posts, and clean link structures.
Check Text Palindrome
Check whether words, phrases, or multiple lines are palindromes after ignoring spaces and punctuation. Useful for puzzles, games, and text analysis.
Normalize Text Spacing
Normalize uneven spacing by tidying tabs, repeated spaces, and irregular line gaps while keeping text readable. Ideal for pasted notes, drafts, and exports.
Remove All Whitespace from Text
Remove every whitespace character, including spaces, tabs, and newlines, to produce compact text for IDs, tokens, quick comparisons, and strict input fields.
Remove Extra Spaces from Text
Collapse repeated spaces to a single space without changing line breaks, making messy text cleaner and easier to reuse in docs, forms, and code comments.
Remove Line Breaks from Text
Delete line breaks and merge text into a single readable line. Useful when pasting paragraphs into forms, emails, and single-line input fields.
Convert Comma to Column
Split comma-separated text into a clean vertical column, one item per line. Great for reviewing values, editing lists, and preparing data for bulk updates.
Convert Column to Comma
Paste a vertical list and join each line with commas to create compact CSV-ready text. Handy for spreadsheet imports, tags, and structured form fields.
Convert Commas to Spaces
Replace commas with spaces to turn CSV-style snippets into readable plain text. Helpful for quick edits, tag cleanup, and preparing copy for documents.
Convert Spaces to Commas
Replace spaces with commas to quickly reshape plain text into CSV-style values. Useful for tags, imports, and compact data lists copied from documents.
Convert Tabs to Spaces
Convert each tab character into spaces for stable formatting across editors. A quick way to keep code blocks, markdown content, and copied text aligned.
Convert Spaces to Tabs
Replace long runs of spaces with tabs while keeping the rest of your text unchanged. Useful for fixing indentation in pasted code, notes, and plain text files.
URL-decode Text
URL-decode text online. This URL decoder converts escaped symbols and percent-encoded values back to readable text for links, params, and API data quickly.
URL-encode Text
URL-encode text online. This URL encoder escapes reserved symbols, spaces, and special characters for clean links, query parameters, and API requests quickly.
Slash-unescape Text
Remove slashes from previously escaped text online. This slash-unescape tool restores readable strings by decoding common slash-escaped symbols quickly.
Slash-escape Text
Escape special symbols in text with slashes online. This slash-escape text tool helps prepare escaped strings for code, logs, JSON-like values, and configs.
JSON Unstringify Text
Convert previously JSON stringified text back to plain text online. This JSON unstringify tool decodes escaped quotes, backslashes, and line breaks quickly.
JSON Stringify Text
Convert plain text to JSON string online. This JSON stringify tool escapes quotes, backslashes, and line breaks for clean API payloads and code snippets.
Extract Text from XML
Extract text from XML online. This XML text extractor pulls tag content, reads text nodes, and converts XML documents into clean plain text lines quickly.
Extract Text from HTML
Extract text from HTML online. This HTML text extractor pulls tag content, removes markup, and converts HTML code into clean readable plain text quickly.
Convert Newline to Comma
Convert newlines to commas online. This newline to comma converter replaces line breaks with commas and helps merge multi-line lists into clean CSV values fast.
Convert Comma to Newline
Convert commas to newlines online. This comma to newline converter replaces each comma with a line break and helps format lists, CSV values, and text fast.
Convert Newlines to Spaces
Convert newlines to spaces online. This converter replaces line breaks, removes hard returns, and merges multi-line text into one clean line fast.