Any unsupported characters will be ignored. | |
Delimiter to use: | |
Enter text here (ASCII). | |
Enter decimal here. Any non-numerical characters will be ignored. | |
Enter hexadecimal here. Any non-hex characters will be ignored. | |
Enter binary 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). Using a delimiter that contains any hexadecimal digits [0-9A-Fa-f] will cause
strange things to happen when converting from characters/bin/dec as they
convert to hex first. You have been warned!