All developer tools
DevToolbox offers 8 free developer utilities that run entirely in your browser: encoders and decoders (Base64, URL, JWT), a JSON formatter and validator, a UUID v4 generator, a Unix timestamp converter, a SHA hash generator, and a URL slugifier. None of them upload your input, require a sign-up, or store what you paste.
Browse the toolbox
Encode text to Base64 or decode Base64 back to text, fully in your browser.
JSON Formatter & ValidatorPretty-print, minify and validate JSON with clear, line-aware error messages.
URL Encode / DecodePercent-encode or decode URLs and query-string components instantly.
UUID v4 GeneratorGenerate cryptographically-random RFC 4122 version 4 UUIDs in bulk.
Unix Timestamp ConverterConvert Unix epoch seconds or milliseconds to a human date, and back.
SHA Hash GeneratorCompute SHA-1, SHA-256, SHA-384 and SHA-512 hashes of any text.
Slugify — URL Slug GeneratorTurn any title into a clean, lowercase, URL-safe slug.
JWT DecoderDecode the header and payload of a JSON Web Token without verifying the signature.