Smart Converter
🛠️ Smart Conversion Tool - Essential format converter for developers: timestamps, Base64, hex/binary, URL encoding
Simple Examples

Input |
Output |
Description |
1719241323 |
2024-06-24 18:02:03 |
Timestamp to date |
2024-06-24 18:02:03 |
1719241323 |
Date to timestamp |
SGVsbG8gV29ybGQ= |
Hello World |
Base64 decode |
Hello World |
SGVsbG8gV29ybGQ= |
Base64 encode |
255 |
0xFF |
Decimal to hex |
0xFF |
255 |
Hex to decimal |
0b1010 |
10 |
Binary to decimal |
Hello%20World |
Hello World |
URL decode |
Hello World |
Hello%20World |
URL encode |
📋 Features
✅ Developer-Focused Conversions
- Timestamp Conversion: Unix timestamps ↔ human-readable dates
- Base64 Encoding/Decoding: Handle encoded data in APIs, configs, and data transfers
- Radix Conversion: Binary/Octal/Decimal/Hexadecimal for low-level programming
- URL Encoding/Decoding: Process web requests, query parameters, and HTTP data
🎯 Usage
1. Keyboard Shortcut (Recommended)
- Select text to convert
- Press
Ctrl+Alt+M
- View conversion result instantly
- Select text to convert
- Right-click →
Smart Convert
3. Command Palette
- Select text to convert
Ctrl+Shift+P → Type "Smart Convert"
⚙️ Developer Configuration
{
"smartConverter.timezoneOffset": 8
}
Version: v1.0.0 | Keyboard Shortcut: Ctrl+Alt+M | Zero Dependencies
| |