Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /home/programar.io/_CMS/lib/localization.php on line 118

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/programar.io/_CMS/lib/localization.php on line 118
Universal-apps | Converter

Hello, I'm

 

Table of contents

Overview

If you want to report a bug, just contact me.

What is Converter?

Converter is an app for converting and calculating numbers. It can convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa. It also supports a calculator which can evaluate braces, different radix and even bit-operations!

Requirements

Computer with MacOS or Windows 10.

Features

Below is a list with some key features of Converter.

  • Base conversion: Convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa
  • Calculator: Calculator with support for braces, hexadecimal numbers (use 0x as prefex, example: 0xFF) and bit-operations. Calculator evaluates input in JavaScript therefore any valid JS calculation will be calculated correctly.
  • Bit-operations: Use "|" for bit-or, "&" for bit-and and so on.

Screenshots

Below are some screenshots of Converter.

Tutorial

Below you can find a guide which helps you getting started and some tips and tricks.

General

Start the app and you should see tabs labeled "Base converter", "Bit operations", "Metric-imperial" and "?".

Base converter

Enter any valid number in any of the 4 fields. The other fields will update in real-time. If you want to convert from a different base, just enter the number in the next field of your choice!

Bit operations

Enter any valid calculation in the field. Any valid JavaScript calculation will be calculated correctly. Use "|" for bit-or, "&" for bit-and and so on. The result will show in real-time in different bases.

Metric-imperial

coming soon...

Sourcecode

Almost all of my published work is open-source on my GitHub and licensed under the MIT-License.

Sourcecode

If you want to check out the sourcecode for Converter visit my GitHub repository.

Download & installation

Below is a guide for installation and download links for every version. I hope that you enjoy my work, if you want to report a bug just contact me.

Installation

  • MacOS:
    Download the .dmg file from below. Doubleclick (or right-click and choose "open"). Drag and drop the .app to the Applications folder.
  • Windows:
    Download the .exe file from below. Doubleclick (or right-click and choose "open"). If the WindowsDefender pops up just continue anyways, this may happen because I did not pay to sign the app.