Developer

Small developer utilities for encoding, formatting and IDs.

Format JSONFormat and validate JSON for debugging, APIs and config files.DeveloperBase64 EncodeEncode text into Base64 for headers, config and developer workflows.DeveloperBase64 DecodeDecode Base64 text back into readable content.DeveloperUUIDGenerate UUID v4 identifiers locally in the browser.DeveloperFormat XMLFormat and validate XML for feeds, configs and integrations.DeveloperXML to JSONConvert XML into readable JSON for APIs and data workflows.DeveloperJSON to XMLConvert JSON into XML for integrations, feeds and legacy systems.DeveloperCSV to JSONConvert CSV rows into JSON arrays for APIs and scripts.DeveloperJSON to CSVConvert JSON arrays into CSV for spreadsheets and exports.DeveloperCase ConverterConvert text into UPPERCASE, lowercase, Title Case, Sentence case, camelCase and snake_case at once.TextHex / RGBConvert colors between hex and RGB notation in either direction.DeveloperJWT DecoderDecode a JWT header and payload and check its expiry, entirely in your browser.DeveloperRegex TesterTest a regular expression against a string and see every match highlighted with its position.DeveloperMarkdown to HTMLConvert Markdown into clean HTML markup for READMEs, docs and CMS content.TextText Diff CheckerCompare two blocks of text and instantly see the exact words that were added, removed or left unchanged.TextHash GeneratorGenerate SHA-1, SHA-256, SHA-384 and SHA-512 hashes of any text, entirely in your browser.DeveloperHTML EntitiesEncode text into HTML entities or decode HTML entities back into plain text, instantly.DeveloperPassword StrengthCheck how strong a password is and get specific suggestions to improve it, entirely offline.SecurityTimestampConvert a Unix timestamp to a readable date, or a date to a Unix timestamp, entirely in your browser.DeveloperDecimal ⇄ BinaryConvert decimal to binary or binary to decimal instantly, in either direction.DeveloperDecimal ⇄ OctalConvert decimal to octal or octal to decimal instantly, in either direction.DeveloperDecimal ⇄ HexConvert decimal to hexadecimal or hexadecimal to decimal instantly, in either direction.DeveloperBinary ⇄ HexConvert binary to hexadecimal or hexadecimal to binary instantly, in either direction.DeveloperContrast CheckerCheck the WCAG contrast ratio between a text color and a background color, entirely in your browser.DeveloperMorse CodeTranslate text to Morse code, or Morse code back to text, entirely in your browser.TextJSON DiffCompare two JSON documents and instantly see which keys were added, removed or changed.DeveloperCron ExplainerTurn a 5-field cron expression into a plain-English schedule, with the next upcoming run times.DeveloperMeta TagsGenerate SEO, Open Graph and Twitter Card meta tags for a page, ready to paste into your <head>.WebHTML FormatterBeautify or minify an HTML snippet, both at once, entirely in your browser.DeveloperCSS FormatterBeautify or minify a CSS stylesheet, both at once, entirely in your browser.Developer