โฐ
๐ Base64
๐ Common
๐ Life
๐ Crypto
๐ Encode/Decode
๐ป Developer
๐ผ๏ธ Image
๐ฎ Fun
Custom Base64 Alphabet Mapper
Alphabet (64 chars)
Standard padding
Custom padding
Use padding
Standard Base64
Length:
0
Copy Left
Clear
Custom Base64
Length:
0
Copy Right
Std โ Custom
Custom โ Std
Swap
How custom Base mapping works
Alphabet: choose any 64 unique characters as the Base64 alphabet (standard is AโZ, aโz, 0โ9, +, /).
Remapping: this tool remaps characters from the source alphabet to the target alphabet 1โtoโ1, without reโencoding the payload.
Padding:
=
can be kept, changed to another symbol, or removed entirely; both sides must agree.
Compatibility: custom alphabets are not interoperable with standard Base64 unless the receiver knows your alphabet and padding rules.
Safety: this is a textual substitution layer over Base64; it does not add encryption or integrity by itself.