Home cripple | x86test | boot stuff | ASCII converter | links

JavaScript ASCII Converter

Enter a string here. Any unsupported characters will be ignored.
    Delimiter:
Enter decimal ASCII here. Any non-numerical characters will be ignored.
Enter hexadecimal ASCII here. Any non-hex characters will be ignored.
Enter binary ASCII here. Anything that isn't a '0' or a '1' will be ignored.

The delimiter is placed between all numbers to make them easier to read, however the converter ignores the delimiter and only sees a string of digits. Hence all hex numbers need to be 2 digits and all binary numbers 8 digits. Decimal works by assuming all numbers are between 25 and 255.

when converting to characters from dec/hex/bin anything below 32 will be set to 32 (space).

Source: ascii_conv.js

top