This tool converts text into binary and binary back into text, revealing the ones and zeros that computers actually use to store every character. At the lowest level, computers represent everything as binary, sequences of bits that are either 0 or 1. Each character you type, a letter, digit, space or symbol, is stored as a number according to a character encoding, and that number is written in binary as a group of bits, usually eight, called a byte. Converting between readable text and its binary form is a classic exercise for learning how computers work, a handy tool for programming and debugging, and a bit of fun for puzzles and secret messages. This converter does both directions. You paste your text to turn it into binary, where each character becomes its eight-bit code with the bytes separated by spaces, or you paste binary, groups of eight bits, to turn it back into readable text. The tool detects which way you want to go from the mode you choose and converts instantly. It works through UTF-8, the standard modern encoding, so ordinary English characters become single bytes while accented letters, macrons and emoji become several bytes, and all of them convert correctly in both directions. Everything runs in your browser, so nothing is uploaded. Use it to learn how text is encoded, to convert a message to or from binary for a puzzle or lesson, or for programming and debugging. The eight-bit grouping reflects how a byte stores one basic character: for example, the capital letter H is 01001000 in binary. Seeing text laid out as binary makes the link between the characters we read and the numbers a computer stores tangible and clear.
Each character becomes its 8-bit code via UTF-8, bytes separated by spaces. Accented characters and emoji use several bytes. Runs entirely in your browser.
To convert text to binary, each character is turned into its UTF-8 byte values, and each byte is written as eight binary digits, padded with leading zeros, separated by spaces. To convert binary to text, the input is split into groups of bits, each group is read as a number, and those numbers are turned back into characters through UTF-8.
The text Hi converts to 01001000 01101001, where 01001000 is the capital H, with character code 72, and 01101001 is the lowercase i, code 105, each written as eight binary digits. Switching to the other mode and pasting those two binary groups back returns the original text, Hi.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
© 2019 to 2026 Calculate.co.nz. All rights reserved.