API and Configuration Values
Inspect encoded credentials, configuration strings, webhook values, and text fields returned by APIs.
Convert normal UTF-8 text into Base64 or decode a Base64 value back into readable text. The converter supports Unicode characters and both standard and URL-safe Base64 formats. Everything runs locally in your browser.
Inspect encoded credentials, configuration strings, webhook values, and text fields returned by APIs.
Encode small text resources for data URLs or decode embedded Base64 content while debugging web pages.
Work with URL-safe Base64 values that replace unsafe characters and omit padding.
Safely encode and decode UTF-8 content instead of limiting input to basic ASCII characters.
Decode complete tokens with the JWT Decoder, format decoded objects with the JSON Formatter, or generate checksums with the Hash Generator.