Text to Binary & Binary to Text Converter - Online Translator
Convert text into binary digits and decode binary back to readable text. Handy for education and computer science. All conversions performed locally in your browser.
UD5 Toolkit
Upload an image or click "Load Demo" to see the 1-bit binary text representation here.
Each character represents a block of pixels from your image, converted to pure black & white using the threshold value.
▸ Drag & drop an image above to get started.
0 and 1, or Unicode block characters (█ and space). The result is a striking text-art version of your image that can be copied, shared, or used in creative projects.
█ / (full block + space) preset with a small font size (4–7px). The full block character (█, U+2588) fills the entire character cell, creating a seamless pixel-like image. The 0 / 1 preset gives a literal binary-digit representation that's great for conceptual or educational use. The # / · preset creates a nice dithered newspaper effect. Experiment with different presets and font sizes to find your favorite style.
█ / preset, and adjust the threshold for clean high-contrast output. Download the result as a .txt file and send it directly to your thermal printer. The 1-bit nature of the output matches perfectly with thermal printing capabilities.
.txt file. For best results when sharing, use a monospace font (like Courier New or Consolas) to preserve the visual alignment.
Convert text into binary digits and decode binary back to readable text. Handy for education and computer science. All conversions performed locally in your browser.
Convert any image into a raw binary array of RGBA values. For use in embedded systems or game development. Copy as Uint8Array.
Extract text from images using basic OCR technology. Works best with clear, printed fonts. Completely local, images never leave your browser for privacy.
Quickly adjust the brightness and contrast of an image with live preview sliders. Download the tuned photo. Canvas.
Test how fast you can convert between binary and decimal. Timed drills with increasing difficulty. Learn base‑2 fluency.
Upload an image and see its 2D FFT magnitude and phase. Learn how image filtering works. Educatinal tool. Canvas.
Pick any emoji and download it as a high‑resolution PNG image with transparent background. For social media or icons.
Rotate the hue of any image globally. Turn a red car blue instantly. Download the result. Works entirely in the browser.
Predict the file size of an image based on pixel dimensions and format (JPEG, PNG, WebP). Rough estimate. Local.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Add a repeating diagonal text watermark to your images. Adjust opacity, font, and color. Protect your photos locally.
Turn a photo into a high‑contrast ASCII art using only standard text characters. Adjust brightness and character set. Works offline.
Enter text and see each character's 8‑bit binary laid out in a black‑and‑white grid. Beautiful data art. Local.
Apply an emboss filter to your photo. Choose direction and depth. Gives a 3D carved stone look. Pure canvas.
Reduce an image to large colored squares. Create bold, minimalist wall art. Adjust block size. Download PNG.
Convert any image into colored ASCII art using divs with background colors. Creates a stunning text‑based replica. View & copy HTML.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Upload a small pixel art image and get a CSS grid layout that recreates it using divs. Novelty developer tool.
Convert short text into a black‑and‑white Braille bump image ready for embossing. Educational and inclusive.
Enter an image URL and extract its dominant color palette. No download needed. Fast visual analysis.
Convert multiple images to Base64 data URIs at once. Copy individually or as a JSON array. Great for inline assets. Local.
Paste two texts, compute the diff, and render the result as a highlighted image. Easier to share changes visually.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
Create shareable quote images. Choose background gradient or photo, add text, and download as PNG. Fully local design tool.
Remove solid or similar backgrounds from images using color thresholding. No AI, just quick client-side canvas processing. Download as PNG.
Generate dynamic placeholder images by specifying width, height, colors, and text. View instantly as a URL you can embed in mockups. Canvas-based.
Create beautiful, syntax-highlighted screenshots of your code snippets. Choose themes and export as PNG. All client-side canvas rendering.
Calculate with binary numbers: addition, subtraction, multiplication, and division. Also bitwise AND, OR, XOR. Programmer's tool, fully client-side.