[JavaScript] Uh... Converter

Document Word Parser

Usage

  1. Select Input Data Type.
  2. Input code. You can input single data or array.
    i.e. array format is {1, 2, 3, 4, 5}. MUST input ‘{‘, ‘}’ and seperator ‘,’
  3. Run
  4. You can see converted results.
Example Single Array
Binary 100011 {100011, 100100, 111010}
Decimal 35 {35, 36, 58}
Octal 43 {43, 44, 72}
Hexadecimal 23 {23, 24, 3a}
ASCII # {#, $, :}
Share