Binary Float Converter

Binary Float Converter
Developer: Roman Volinsky
Category: Education
Binary Float Converter icon

ASO Keyword Dashboard

Tracking 66 keywords for Binary Float Converter in Apple App Store

Developer: Roman Volinsky Category: education

Binary Float Converter tracks 66 keywords (no keywords rank yet; 66 need traction). Key metrics: opportunity 48.9, difficulty 37.7.

Tracked keywords

66

0  ranked •  66  not ranking yet

Top 10 coverage

Best rank — • Latest leader —

Avg opportunity

48.9

Top keyword: right

Avg difficulty

37.7

Lower scores indicate easier wins

Opportunity leaders

  • right

    Opportunity: 58.0 • Difficulty: 62.5 • Rank —

    Competitors: 912

    80.9
  • range

    Opportunity: 58.0 • Difficulty: 48.4 • Rank —

    Competitors: 261

    70.5
  • within

    Opportunity: 58.0 • Difficulty: 56.2 • Rank —

    Competitors: 740

    80.8
  • digital

    Opportunity: 58.0 • Difficulty: 51.9 • Rank —

    Competitors: 339

    72.3
  • added

    Opportunity: 58.0 • Difficulty: 48.5 • Rank —

    Competitors: 248

    69.2

Unranked opportunities

  • right

    Opportunity: 58.0 • Difficulty: 62.5 • Competitors: 912

  • range

    Opportunity: 58.0 • Difficulty: 48.4 • Competitors: 261

  • within

    Opportunity: 58.0 • Difficulty: 56.2 • Competitors: 740

  • digital

    Opportunity: 58.0 • Difficulty: 51.9 • Competitors: 339

  • added

    Opportunity: 58.0 • Difficulty: 48.5 • Competitors: 248

High competition keywords

  • right

    Total apps: 3,793 • Major competitors: 912

    Latest rank: — • Difficulty: 62.5

  • within

    Total apps: 3,722 • Major competitors: 740

    Latest rank: — • Difficulty: 56.2

  • first

    Total apps: 2,569 • Major competitors: 528

    Latest rank: — • Difficulty: 54.0

  • special

    Total apps: 2,373 • Major competitors: 598

    Latest rank: — • Difficulty: 55.9

  • provides

    Total apps: 1,846 • Major competitors: 308

    Latest rank: — • Difficulty: 49.1

All tracked keywords

Includes opportunity, difficulty, rankings and competitor benchmarks

Major Competitors
right581006381

3,793 competing apps

Median installs: 282,075

Avg rating: 4.6

912

major competitor apps

range581004871

1,314 competing apps

Median installs: 239,262

Avg rating: 4.6

261

major competitor apps

within581005681

3,722 competing apps

Median installs: 259,688

Avg rating: 4.6

740

major competitor apps

digital581005272

1,579 competing apps

Median installs: 256,800

Avg rating: 4.6

339

major competitor apps

added581004969

1,150 competing apps

Median installs: 269,450

Avg rating: 4.6

248

major competitor apps

special201005676

2,373 competing apps

Median installs: 290,375

Avg rating: 4.6

598

major competitor apps

converter571002941

67 competing apps

Median installs: 227,150

Avg rating: 4.7

13

major competitor apps

complement571002941

66 competing apps

Median installs: 271,288

Avg rating: 4.6

13

major competitor apps

run581004770

1,204 competing apps

Median installs: 261,300

Avg rating: 4.6

249

major competitor apps

provides581004974

1,846 competing apps

Median installs: 221,075

Avg rating: 4.6

308

major competitor apps

tool581004769

1,134 competing apps

Median installs: 210,275

Avg rating: 4.6

170

major competitor apps

closest571004552

199 competing apps

Median installs: 261,625

Avg rating: 4.7

44

major competitor apps

output571003143

80 competing apps

Median installs: 224,850

Avg rating: 4.6

7

major competitor apps

threshold56762224

10 competing apps

Median installs: 199,662

Avg rating: 4.8

2

major competitor apps

length571003654

243 competing apps

Median installs: 211,450

Avg rating: 4.6

34

major competitor apps

required581005164

665 competing apps

Median installs: 263,050

Avg rating: 4.6

143

major competitor apps

bit571003956

311 competing apps

Median installs: 208,750

Avg rating: 4.6

52

major competitor apps

screen581005573

1,748 competing apps

Median installs: 253,888

Avg rating: 4.6

360

major competitor apps

main581004162

574 competing apps

Median installs: 225,775

Avg rating: 4.6

99

major competitor apps

field571003753

228 competing apps

Median installs: 225,675

Avg rating: 4.6

49

major competitor apps

calculated571003242

71 competing apps

Median installs: 239,800

Avg rating: 4.7

11

major competitor apps

positive571003956

298 competing apps

Median installs: 236,112

Avg rating: 4.6

50

major competitor apps

actual581004562

575 competing apps

Median installs: 303,000

Avg rating: 4.6

138

major competitor apps

form581004863

616 competing apps

Median installs: 232,138

Avg rating: 4.7

127

major competitor apps

scientific571003648

136 competing apps

Median installs: 239,950

Avg rating: 4.7

22

major competitor apps

66 keywords
1 of 3

App Description

Binary Float Converter is a tool for conversion of numeric digital representations. It converts decimal, hexadecimal, signed binary Integer (32bit), Float binary (32bit) and Double binary (64bit) two’s complement representations.
The main screen provides input and output of the the five numeric representations. Decimal field accepts integer, floating point and scientific representations. Each field has an associated run button, that converts the input to all other representations.

Hexadecimal value is calculated if the input value is within 64-bit Integer range of values.

Input in the form of hexadecimal exponential notation is supported. ( 1.Ep3 = 15.0 )

The input of binary integer field is fitted to 32 bit arithmetically, so the first digit of input is copied to the left side. If value starts from 0 – the number is positive and if from 1 is negative:

101 is converted to 1111 1111 1111 1111 1111 1111 1111 1101 = -3

0101 is converted to 0000 0000 0000 0000 0000 0000 0000 0101 = 5

Binary integer value is not shown if the value is not integer, there is an overflow. Otherwise, it can be presented if the difference between actual decimal and closest integer is below the recognition threshold for 32-bit system.

Application complies with IEEE 754. It distinguishes between sign, exponential and fractional parts of Float (32-bit) and Double (64-bit) binary representations.

Float (32-bit) comprises of 1 sign bit, 8-bit of exponent and 23-bit of significand.

Double (64-bit) comprises of 1 sign bit, 11-bit of exponent and 52-bit of significand.

If length of input is shorter than required number of bits, then zeroes are added to the right side of a number.

IEEE 754 notes:

Float and Double special values:

exp = 00…0, frac = 00…0 => Zero

exp = 11…1, frac = 00…0 => Infinity

exp = 11…1, frac != 00…0 => NaN