Calculator (HEX,BIN,DEC,OCT) Apk

Calculator (HEX,BIN,DEC,OCT) Apk

Latest version 1.13
22 Sep 2017

Older Versions

Apk Infos

Version1.13
Rating3.7/5, based on 35 votes
Size‎2.7 MB
Requires AndroidAndroid 4.1+ (Jelly Bean)
Author's NotesFor programmers. HEX,BIN,DEC,OCT ↔ HEX,BIN,DEC,OCT & Calculate with them.

About Calculator (HEX,BIN,DEC,OCT) APK

Calculator (HEX,BIN,DEC,OCT) APK Download for Android
Calculator (HEX,BIN,DEC,OCT) APK Download for Android

Description

[Good Points]
- You can type octal, hex and binary numbers like programming.
- Your calculations are automatically saved. And you can use it again.
- There is a cursor. So, it modify easy.
- You can check immediately the calculation results.
- You can see the results in a number of different forms. (Touch the results window)

[Support Operator]
'+': Plus
'-' : Subtract
'*' : Multiply
'÷' : Division
'%': Rest
'^': Square
- bitwise -
'&': AND
'|': OR
'ⓧ': XOR
'<<': Shift left
'>>': Shift right
'~': Not

[Support Numbers]
HEX : Hexadecimal
- Beginning with '0x', and use the 0-9 and A ~ F.
ex) 0xA12C
DEC : Decimal
- Use the first number is not ‘0’, 0-9.
ex) 215
OCT : Octal
- Beginning with '0', and uses a 0-7.
ex) 024
BIN : Binary
- Beginning with '0b', and uses only 0 and 1.
ex) 0b1011010

[Operational range]
-281,474,976,710,654 < x < 281,474,976,710,655

[Example Calculation]
0xA6+124
1024*13
0b1100101-034
2^12
0x10AF&0xFF00

Please send improvement requests by e-mail.
Thank you!

Latest updates

What's new in version 1.13

1. Adjusted font size for high resolution.

How to install Calculator (HEX,BIN,DEC,OCT) APK on Android phone or tablet?

Download Calculator (HEX,BIN,DEC,OCT) APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (asia.tongko.home.tongcal-v1.13-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.13 (14)2.7 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

2 ★Updated fonts make Binary view unusable on Essentia-Ph1
5 ★Very good app
1 ★I'm *just* an Embedded Software Engineer who happens to write Android Apps as a necessity, but I couldn't enter a Decimal number and convert it to Hex. Tried for almost 5mins, which is 4 mins longer than I should have.