Converters
Converters — 8 free browser-based developer tools including Timestamp Converter, YAML to TOML Converter and Markdown to HTML. Everything runs locally with no signup or uploads, so your data stays private and results are instant.
How to Use
- 1Pick the pair you are converting— Colour between HEX, RGB and HSL, CSV into a table, Markdown into HTML, YAML into TOML, px into rem, an SVG into a data URI, or a Unix timestamp into a readable date.
- 2Paste the input and let it detect the direction— The converters read what you paste and switch sides on their own, converting as you type instead of behind a submit button.
- 3Copy the result, then convert back to check— Every converter works in both directions, so running the output back through it is the quickest way to confirm nothing was lost.
Frequently Asked Questions
16px by default, because that is the browser's default size for the html element. If your project resets the root size — the common 62.5% trick makes it 10px — change the root value in the tool so the reference table and the generated CSS snippet match your stylesheet.
A 10-digit number is seconds and a 13-digit number is milliseconds; the Timestamp Converter detects the length and shows both readings. It also renders the result in UTC and in zones such as KST and JST, plus ISO 8601 and relative time, so you can confirm which one your API meant.
Inline only small graphics that rarely change: Base64 adds roughly 33% to the byte count and a data URI cannot be cached separately from the stylesheet. Anything reused across pages is better off as a real file, and the SVG to Base64 converter works both ways so the decision is reversible.