Home/Developer Tools
Developer Tools
Inspect, encode, validate and transform developer data locally, with standards-aware behavior and no payload added to the page address.
No tools here match that — search all tools instead.
About this collection
Developer utilities built for real input
The developer tools handle the details that make quick implementations unreliable: Unicode text in Base64, preserved large integers in JSON, Base64url segments in JWTs, named and numeric HTML references, and regular expressions that should not freeze a browser tab. Error messages aim to identify the actual fault rather than merely report that parsing failed.
Pasted tokens, JSON and source text stay in the current browser tab and are deliberately excluded from shareable URLs. Decoding is not the same as verification: inspect JWT claims here, but verify signatures and authorization decisions in a trusted application using the expected key and algorithm.