0๏ธโƒฃ Binary Converter

Convert text to UTF-8 byte binary values (space-separated), or the reverse.

How to use

  1. Enter text, or binary values separated by spaces.
  2. Click the conversion direction you want.
  3. Copy the result to use it.

๐ŸŽฏ Use Cases

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