Convert instantly between binary, decimal, hexadecimal, base64, and ASCII.
https://fwdekker.com/tools/converter/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
src/main | 6 months ago | |
.editorconfig | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
Gruntfile.js | 6 months ago | |
LICENSE | 1 year ago | |
README.md | 3 years ago | |
package-lock.json | 6 months ago | |
package.json | 6 months ago |
README.md
Converter
An online tool to convert values between number systems. Quickly convert hexadecimal to binary or base64 to ASCII. Everything happens in the browser, so nothing is submitted to any server.
Development
Requirements
Setting up
# Install dependencies (only needed once)
$> npm ci
Building
# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy