Strip HTML tags and convert markup to clean plain text. Options to preserve line breaks from block elements, convert links to Markdown format, and decode HTML entities automatically.
Format, beautify, minify, and validate JSON with syntax highlighting.
Encode and decode Base64 with UTF-8 support and file-to-data-URI.
Encode, decode, and parse URLs with editable query parameters.
Convert text to camelCase, snake_case, kebab-case, and 7 more.
Convert between metric and imperial length units.
The tool uses regex-based tag removal to strip all HTML tags from your input. Block-level elements like <p>, <div>, and <br> can optionally be converted to line breaks to preserve the visual structure of the document.
Yes. Enable "Links to Markdown" and anchor tags like <a href="url">text</a> will be converted to Markdown format [text](url) before other tags are stripped. This preserves link information in plain text.
Yes. When "Decode entities" is enabled, common named entities (&, <, ©, etc.), numeric entities (&), and hex entities (&) are all converted to their corresponding characters.
Yes. All processing runs locally in your browser. No HTML content is sent to any server. The tool works offline once the page is loaded.