C extension of string.h
-
Updated
Aug 14, 2020 - C
C extension of string.h
A simple converter header that can convert ascii to binary or hex or any combination of those
Hexadecimal is a number system based on 16 digits, using the numbers 0-9 and the letters A-F. Each digit represents a value from 0 to 15. It is commonly used in computing because it's more compact than binary and easier for humans to read, often representing data like colors, memory addresses, or machine code. For example, "A3" is equal to 163.
A simple ascii to binary converter using the ImGui header.
Desktop converter for ASCII, HEX and EBCDIC
Add a description, image, and links to the ascii-to-hex topic page so that developers can more easily learn about it.
To associate your repository with the ascii-to-hex topic, visit your repo's landing page and select "manage topics."