🎚️
Converters
Gray Code ↔ Binary Converter
Convert between standard binary and Gray code (only 1 bit changes between consecutive numbers). Used in rotary encoders.
Bin → Gray: b XOR (b >> 1) · Gray → Bin: XOR cumulativo do MSB.
Related Tools
🖼️
PDF to Images
Convert PDF pages to individual PNG images. Everything in your browser via pdf.js.
🎨
Pixel Art Converter
Convert an image to pixel art by reducing resolution and color palette. Stylized retro output.
💱
Currency Converter
Convert between major currencies (USD, EUR, BRL, GBP, JPY, ARS) using live rates from open.er-api.com.