Custom base encoding with any alphabet — Base36, Base62, Base64url, or define your own
Yes, PivaBox BaseN Encoder is completely free to use with no charges or subscriptions.
No. All encoding and decoding happens entirely in your browser. Your data never leaves your device.
Custom base encoding converts data using an arbitrary alphabet of N symbols. The base is determined by the length of the alphabet you provide. This is a generalization of familiar encodings like Base64 (alphabet of 64 characters) or hexadecimal (alphabet of 16 characters). You can define any alphabet — from simple binary (01) to large sets with hundreds of characters.