This is another little workflow for the Alfred Powerpack
With this workflow you can convert a string of characters into their ASCII code values and vice versa.
You can convert from and to hexadecimal, binary and decimal.
The results will be displayed as soon as you run the workflow and copied to your clipboard when you press enter.
You can either enter a string or just use your clipboard content.
ASCII converter
This extension is written in AppleScript and does not require an internet connection to work; the conversion is done inside the script and does not rely on an extern service.
Enjoy.
If you experience any problem with this extension, found a bug or have feature request, hit me on twitter.
Changelog:
Version 1.1
-fixes a rather stupid bug where the conversion for hex would not be in hexadecimal, but in hexal
Version 1.0
-rewritten as an Alfred 2 workflow
-detection of input