# Computer Science Converter — Convert Numbers, Find Subnets

> Converts numbers, text, IP addresses, and performs bitwise operations. (iPhone/iPad app by Andrew Rotert.)

- Source: https://appshunter.io/ios/app/computer-science-converter/id1451753843 (this page in markdown: same URL + `.md`)
- Developer: [Andrew Rotert](https://appshunter.io/developer/1448329272)
- Category: Education, Utilities
- Price: Free
- Rating: 3.80/5 from 10 App Store ratings · 7 written reviews indexed
- Age rating: 4+
- Requires: iOS 14.5 · 12 MB
- Languages: American English
- Released: 2019-02-22
- Data updated: 2026-08-24
- Monetization: free
- User reviews in markdown: https://appshunter.io/ios/app/computer-science-converter/id1451753843/reviews.md

## What is Computer Science Converter?

Easily and simultaneously convert between:
Unsigned Conversions: 
	- Decimal (dec)
	- Binary (bin)
	- Hexadecimal (hex)
	- Octal (Oct)
Signed Conversions:
	- 16-Bit Integers
	- 32-Bit Integers
	- Binary (Two’s Complement)
	- Hexadecimal (Two’s Complement) 
Text:
	- String
	- Decimal
	- Binary (New)
	- Hexadecimal
IP Addresses:
	- Binary, and Decimal Conversions
Subnetting:
	- Create and Find subnets
	- Identifies IP address class
	- Shows Subnet IDs for each subnet in binary and decimal
	- Shows Broadcast ID and host range for each subnet ID
	- Shows the total number of bits stolen, and the total number of hosts
Calculate Bitwise Operations:
	- AND
	- OR
	- XOR
	- NOT
	- LEFT SHIFT
	- RIGHT SHIFT

Good for computer science related tasks.
	- Networking
	- Assembly Language
	- Language Processing
	- Operating Systems
	- etc.

## Key features

- Decimal, Binary, Hexadecimal, Octal conversions
- Signed integer and Two's Complement conversions
- Text to Binary/Hexadecimal conversion
- IP Address and Subnetting calculations
- Bitwise operations (AND, OR, XOR, NOT)
- Identifies IP address class and Subnet IDs

## Recent user reviews (7 of 7)

All indexed reviews: https://appshunter.io/ios/app/computer-science-converter/id1451753843/reviews.md

### 1/5 — Bad app

*2025-11-13*

So many pop up adds it’s unusable. Put a banner ad at the bottom or something. Makes it completely useless

### 4/5 — Wish ad-free version were available

*2025-08-04*

App works fine, but the ads get in the way with popups and are very distracting. 

It’d be worth a pro version without ads.

### 4/5 — Can’t Handle Radix Point in Hex Mode

*2025-06-19*

Can’t Handle Radix Point in Hex Mode

### 5/5 — Useful and Non-Intrusive

*2025-02-28*

I was thrilled to find a converter for hex and decimal formats that does not collect data. Thank you for making this and sharing it for free!

### 4/5 — Good

*2023-08-10*

How about add big/little endian switcher?

### 4/5 — Almost Perfect

*2022-07-10*

Works great for 99% of what I use it for. It is missing ability to calculate subnet when borrowing bits from the host bits and the IP entered as 192.168.1.0/27 doesn’t seem to work mask is set to 255.255.255.238 and gives 2 hosts per subnet. Should be 8 subnets with 30 hosts and mask is 255.255.255.0. 

It would also be great to have the ability for the systems to calculate the number of subnets sometimes. 

But it’s still a fantastic free tool. 

Many many thanks for this.

### 4/5 — :)

*2020-06-15*

It’s cool but doesn’t convert numbers with a decimal point like converting 1101.01 to base 10

## Frequently asked questions about Computer Science Converter

### What number systems can Computer Science Converter convert between?

Computer Science Converter supports unsigned conversions between Decimal, Binary, Hexadecimal, and Octal. It also handles signed conversions for 16-bit and 32-bit integers, including Two's Complement representations.

### Does Computer Science Converter help with IP address subnetting?

Yes, Computer Science Converter allows you to create and find subnets. It identifies IP address classes, shows Subnet IDs in binary and decimal, and displays the Broadcast ID and host range for each subnet.

### Can Computer Science Converter perform bitwise operations?

Absolutely. Computer Science Converter supports several bitwise operations, including AND, OR, XOR, NOT, LEFT SHIFT, and RIGHT SHIFT, which are essential for many computer science tasks.

### What kind of text conversions does Computer Science Converter offer?

Computer Science Converter can convert text into its String, Decimal, Binary, and Hexadecimal representations. This is useful for understanding how text is processed at a lower level.

### Is Computer Science Converter suitable for learning computer science concepts?

Yes, the app is designed for computer science related tasks and is good for learning concepts in networking, assembly language, language processing, and operating systems by providing practical conversion and calculation tools.

### What devices is Computer Science Converter available on?

Computer Science Converter is available for iPhone and iPod devices. It is rated for ages 4 and up.

### How often is Computer Science Converter updated?

The latest version, 3.0.2, was released on March 27, 2025. This indicates the app is actively maintained, with updates expected to continue.

### Does Computer Science Converter have ads?

No, Computer Science Converter does not contain advertisements. It is a free application without any ad interruptions.

## Version history (last 5 releases)

### 3.0.2 — 2025-03-27

Bug fixes
User interface enhancements 

*Major Changes*
Version 3.0.0 
New user interface
	- Numbers: Calculate numeric conversions between Decimal (signed and unsigned integers), Binary, Octal, and Hex.
	- Text: Convert between strings, decimal, binary, and hex.
	- Network: Convert Ip Addresses between decimal and binary, and calculate subnets.
	- Bitwise: Bitwise calculations.

### 3.0.1 — 2022-07-22

Bug fixes

*Major Changes*
Version 3.0.0 
New user interface
	- Numbers: Calculate numeric conversions between Decimal (signed and unsigned integers), Binary, Octal, and Hex.
	- Text: Convert between strings, decimal, binary, and hex.
	- Network: Convert Ip Addresses between decimal and binary, and calculate subnets.
	- Bitwise: Bitwise calculations.

### 3.0.0 — 2021-08-08

New user interface
	- Numbers: Calculate numeric conversions between Decimal (signed and unsigned integers), Binary, Octal, and Hex.
	- Text: Convert between strings, decimal, binary, and hex.
	- Network: Convert Ip Addresses between decimal and binary, and calculate subnets.
	- Bitwise: Bitwise calculations. 

Bug fixes

### 2.2.0 — 2020-06-06

Added bitwise operations.
Updated privacy policy.

### 2.1.2 — 2020-01-08

Added a new menu option for converting IP addresses.
  - Convert decimal IP address to binary
  - Convert binary IP address to decimal
Added subnetting.
  - Find subnets under IP conversions, enter how many subnets you are looking for.
  - Shows subnet ID (Binary and Decimal)
    - Broadcast ID, Host Range
Added binary conversions for text.

## Apps similar to Computer Science Converter

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [Hex Base Converter](https://appshunter.io/ios/app/hex-base-converter/id1093355085) | 4.5 (44) | Free | Education |
| [IB Computer Science](https://appshunter.io/ios/app/ib-computer-science/id6670245898) | — | Free | Education |
| [DSA Master - Data & Algorithms](https://appshunter.io/ios/app/dsa-master-data-and-algorithms/id1672776683) | 4.2 (35) | Free | Education |
| [Computer Science Dictionary](https://appshunter.io/ios/app/computer-science-dictionary/id6714465469) | 4.7 (3) | Free | Education |
| [Little Man Computer](https://appshunter.io/ios/app/little-man-computer/id1174092777) | 4.3 (6) | Free | Education |
| [AP Computer Science A Review](https://appshunter.io/ios/app/ap-computer-science-a-review/id6470670324) | 5.0 (2) | Free | Education |

## More apps by Andrew Rotert

- [Putter Fitter](https://appshunter.io/ios/app/putter-fitter/id1448329273)
- [Trap Shooting Scorecard](https://appshunter.io/ios/app/trap-shooting-scorecard/id1450821405)
- [Simple Speedometer and Map](https://appshunter.io/ios/app/simple-speedometer-and-map/id1485405938)
- [Holiday Clicker](https://appshunter.io/ios/app/holiday-clicker/id1490141107)
- [Augmented Reality Visualizer](https://appshunter.io/ios/app/augmented-reality-visualizer/id1515131292)

All apps by Andrew Rotert: https://appshunter.io/developer/1448329272

## Related topics

[computer science converter](https://appshunter.io/ios/topics/computer-science-converter) · [computer science calculations](https://appshunter.io/ios/topics/computer-science-calculations)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-24.*
