Converter

Table of Contents

1. Converter

The Idea here is to have some sort of converter. Actually this is just a test project for my self using Elm :)

So how does it work. Well, in the first text field you can write a decimal number, and it will output a binary,32-bit hex value using both little endian and big endian.

The second input field will generate a decimal number based on a hexadecimal value.

2. TODO Fix to work with

Here are some things I want to do:

  • [-] Hex Input
    • [X] Input can be either Little endian or Big Endian for the hex input
    • [X] The input also needs to be outputed as a binary.
    • [ ] Use BigInt instead… -2147483648 to 2147483647.
  • [ ] Decimal Input
    • [ ] field with text instead of a number and it transfor it into ascii (decimal input)
    • [ ] Choose if 16-/32 bit number (use different encoders)
    • [ ] Need select in html

Author: calle

Created: 2023-01-11 Wed 17:06

Validate