Programming tools: encoders, formatters, generators
Format JSON, decode JWTs, encode base64, hash strings, test regex - all the dev utilities, none of the ads.
A curated hub for developers. Format and lint JSON / YAML / XML / SQL, encode and decode base64 / URL / HTML entities, hash strings with SHA-1 / SHA-256 / SHA-384 / SHA-512, decode and inspect JWTs, build and test regular expressions, generate UUIDs and mock data, convert between number bases or roman numerals, build Markdown tables, minify HTML and read cron expressions. Everything runs in your browser - no signup, no ads, no upload.
Encoding & hashing
Data formats
Markdown & HTML
Regex & number systems
Generators & utilities
Free programming tools: JSON formatter, JWT decoder, regex tester and more
Every developer accumulates a small set of websites they reach for daily: a JSON formatter for the response from an API they're debugging, a JWT decoder for the token they're investigating, a base64 codec for an obscure auth header, a regex tester for the pattern they're trying to land. This hub puts those in one place: a JSON formatter with minify and pretty-print, a YAML / JSON / CSV converter, a SQL formatter with case-aware keyword handling, an XML formatter and minifier, JWT decoder that splits header / payload / signature and decodes the claims, base64 encode/decode in both directions, URL encode/decode, HTML-entity encode/decode, hash generator for SHA-1 / 256 / 384 / 512, regex tester with live match highlighting, UUID v4 generator, and a cron expression reader that translates cron strings to plain English.
On the generation side: a mock-data generator that emits JSON / CSV / SQL inserts ready for seeding a database, a Markdown-table generator with column alignment, a username generator with themed wordlists, a number-base converter (binary / octal / decimal / hex), a roman-numeral converter, and a Markdown-to-HTML round-trip tool. Each runs entirely client-side; the payload you paste in stays in your browser, which is the right default for hashing tokens and decoding JWTs that contain user data.
All tools are free, no signup, no ads, with full localisation across English, French, Spanish, German and Portuguese. Pages load in under a second and have proper JSON-LD markup so Google can surface them as direct answers when you search for `jwt decoder`, `json formatter` or `regex tester`.