What Base64URL Text Converter does
Encode UTF-8 text as URL-safe unpadded Base64URL or decode Base64URL back to strict UTF-8.
Input and output contract
Uses dash and underscore instead of plus and slash and omits trailing equals padding on output. Unpadded Base64URL text or decoded UTF-8.
Safe workflow
Choose encode/decode and paste the text or Base64URL segment. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This Tool handles the Base64URL representation only and does not parse JWT structure or signatures. Standard Base64 containing plus or slash should be handled by the existing Base64 Converter instead.