An open API service indexing awesome lists of open source software.

https://cheatsnake.github.io/NSConverter/

Converter of numbers to various number systems
https://cheatsnake.github.io/NSConverter/

binary number-system-converter number-systems vanila-js

Last synced: 19 days ago
JSON representation

Converter of numbers to various number systems

Awesome Lists containing this project

README

        

# Number System Converter

[![N|Solid](https://i.ibb.co/PxTMPJ9/btn.png)](https://cheatsnake.github.io/NSConverter)

A simple application for converting numbers from one number system to other number systems, in particular to binary (2), quaternary (4), octal (8), decimal (10) and hexadecimal (16). When you enter a number in one of the input fields, you will immediately get the result of translating this number in other systems.

## Features

- Web application available on any device.
- There are 5 number systems available.
- Simple interface and minimalistic design.
- Build on vanila JS.