How to use
- Enter text, or binary values separated by spaces.
- Click the conversion direction you want.
- Copy the result to use it.
๐ฏ Use Cases
- Learn binary conversion for computer science
- Understand bit-level data structures
- Practice simple binary encoding
Example
Input
Hi!
Output
01001000 01101001 00100001
Encoding the text Hi! as UTF-8 yields three bytes โ H (0x48), i (0x69) and ! (0x21) โ each shown as an 8-bit binary value.
FAQ
- What encoding is this based on?
- It's based on UTF-8 bytes, with each byte shown as 8-bit binary.
- What if I enter a value that isn't 8 bits?
- Each group is treated as 1-8 binary digits; invalid values are reported as an error.
- Is my text sent to a server?
- No. Conversion happens entirely in your browser.
More Text Tools
๐
Markdown Preview
Live-preview Markdown as HTML
๐
URL Encoder/Decoder
Percent-encode/decode URL characters
โ๏ธ
Find & Replace
Search & replace with regex support
๐
Text Diff
Compare two texts line by line
โ๏ธ
List Sorter
Sort a list & remove duplicates
๐ง
Email Extractor
Extract & dedupe emails from text
๐ข
Character Counter
Count characters, bytes, lines & words
๐
Case Converter
Convert to UPPER/lower/Title Case
๐ค
Fullwidth/Halfwidth Converter
Convert fullwidth chars โ halfwidth ASCII
๐
Unicode Inspector
Check code points & look up characters
๐
Text to Decimal
Convert text โ decimal code points
๐งพ
Text to Hex
Convert text โ UTF-8 byte hex
๐ก
ASCII Art Generator
Turn text into an ASCII art banner