What Base32 Text Converter does
Encode UTF-8 text as RFC 4648 Base32 or decode valid RFC 4648 Base32 back to strict UTF-8 text.
Input and output contract
Uses the A-Z and 2-7 alphabet with standard equals padding; decoded bytes must form valid UTF-8. Base32 text or decoded UTF-8 text.
Safe workflow
Choose encode/decode and paste the text or Base32 value. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This is RFC 4648 Base32, not Crockford Base32 or a game-specific custom alphabet. If another application omits padding it can still decode when the trailing bits are valid; custom alphabets are not supported.