Jump to content

Baseconvert - Convert numbers to arbitrary bases


Recommended Posts

Download Link

 

Github

 

Convert arbitrary bases(up to base 32) in Alfred 2 and copies them to the clipboard.

Format: {base}x{number} {target base}

hex8.png?raw=true

Push enter to add the result to the clipboard.

If no base is specified, it will default to decimal. If the source number is decimal, hex will be outputted.

hex10.png?raw=true

Special prefixes:

  • None or d: decimal
  • 0x : hex/base 16
  • 0 or O: octal/base 8
  • b: binary/base 2

binary.png?raw=true

These prefixes work for the both the source base and the target base.

Written by Armand Halbert

Licensed under BSD.

Edited by ahalbert
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...