BBCode to HTML converter
Convert BBCode from forums into clean HTML markup.
BBCode to HTML converter
Paste BBCode and get HTML you can drop into a web page, a CMS field or an email template. Forums running phpBB, vBulletin, XenForo or MyBB store posts as square-bracket tags, and moving that content anywhere outside the board means rewriting those tags as real markup — this tool does exactly that. Use it to republish a forum thread on a blog, to migrate old community content into a new platform, or to preview how a BBCode snippet will actually render.
The mappings are concrete: [b] becomes <strong>, [i] becomes <em>, [u] becomes <u> and [s] becomes <s>. [url=…] and a bare [url] turn into <a href>, [img] into <img src>, and [quote] into <blockquote> — with [quote=name] adding a <cite>. [code] becomes a <pre><code> block whose contents stay literal, [color=red] and [size=4] become <span style> spans, [center] a centred <div>, and [list], [list=1] and [*] become <ul>, <ol> and <li>. Every stray < > and & in your text is escaped to an HTML entity, so pasted content can never inject markup, and any tag the tool does not know is left in place as plain text.
Switch the direction option to go the other way and turn HTML back into BBCode for posting on a board that rejects raw markup — the same core tags, mapped in reverse. One honest caveat: BBCode is not a single standard, so exotic or forum-specific tags may need a manual touch-up.
The conversion runs entirely in your browser and nothing is uploaded, so drafts, client work and private posts are safe to paste. Copy the finished HTML or download it as a .txt file.