Convert text into ASCII numbers or convert ASCII numeric codes back into readable text. Support is provided for both Decimal (Base-10) and Hexadecimal (Base-16) numeric systems.
Features
- Two-way Conversion: Easily swap between text and numeric codes.
- Multiple Formats: Output and input as Decimal (e.g., 65) or Hexadecimal (e.g., 41).
- Space-separated Output: Results are neatly formatted with spaces for clarity.