Convert BBCode to HTML
Convert BBCode to HTML locally in your browser.
Tool workspace
Convert BBCode to HTML in your browser. Practical subset (bold, italic, urls, quotes, lists, code). Result is HTML source — not injected into the page. Nothing you paste is uploaded.
How it works
Conversion runs entirely in your browser with a practical BBCode subset: [b]/[i]/[u]/[s], [url]/[url=…], [img], [quote]/[quote=author], [code], and [list]/[list=1] with [*] items. Tags are case-insensitive. HTML special characters in text are escaped. Link and image URLs are limited to safe schemes. The result is HTML source in the output box — it is never injected into the page or uploaded.
Empty input clears the result—no error. This is not a full phpBB, Discourse, or vBulletin BBCode implementation.
Examples
- [b]bold[/b] → <strong>bold</strong>
- [url=https://example.com]Docs[/url] → <a href="…">
- [quote=Ada]hello[/quote] → <blockquote> with cite
- [list][*]one[*]two[/list] → <ul><li>…</li></ul>
Privacy
FAQ
Is my BBCode uploaded?
No. Conversion runs entirely in your browser. We do not log or store what you paste.
Is this full forum BBCode?
No. It covers a practical everyday subset. Tables, spoilers, smilies packs, and custom BBCode are out of scope for this tool.
Do I need an account?
No. All published tools work for guests without login.