Uh... Converter.
- Select Input Data Type.
- Input code. You can input single data or array.
i.e. array format is {1, 2, 3, 4, 5}. MUST input '{', '}' and seperator ','
- Run
- 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 |
# |
{#, $, :} |