Javascript ASCII to Decimal, Hexadecimal, Binary, and Base64 Encoder

TYPE ASCII CHARACTER/S

URL Encode

Decimal

Hex

Binary

Base64

This page is designed to be helpful for anyone needing to convert from ascii to several other formats. These include conversion from ascii to binary, ascii to decimal, and ascii to hexadecimal. This is useful for many things including low level programming and intro programming assignments.

This service is provided for free, and you are free to use the underlying Javascript code for anything you wish. The code was put together with the help of examples and tutorials from around the net.