Conversion workflow:
Auto-detection priority:
Input Format | Sample Input | Output |
---|---|---|
Hexadecimal | 48 65 6c 6c 6f 20 57 6f 72 6c 64 | "Hello World" |
Binary | 01001000 01100101 01101100 01101100 01101111 | "Hello" |
Decimal | 72 101 108 108 111 | "Hello" |
Base64 | SGVsbG8gV29ybGQ= | "Hello World" |