javascriptEncode base64
Usage example
btoa("example")
output
ZXhhbXBsZQ==
Related
More of Javascript
- Round to 1 decimal
- CHeck if DOM element is visible in current viewport
- Shuffle (randomize) an array
- Get selected option text of a dropdown (select) box
- Get a timestamp
- Validate email
- Convert hex to decimal (integer)
- Create array with N random elements (1...N range)
- Ajax post x-www-form-urlencoded data
- Convert float number to integer
See more codes...