Smart Maker

Smart Maker

Professional Builder

All Converters

Text to Binary

Convert plain text into UTF-8 binary character codes instantly.

Text Input

Enter plain text

Type letters, numbers, symbols, spaces or Unicode characters and convert them into binary bytes.

Quick Examples

Select one

ABC

Plain Text

01000001

Binary

UTF

UTF-8 Encoding

This converter first encodes the text as UTF-8 bytes, then represents every byte as an 8-bit binary number.

0101

Binary output will appear here

Enter plain text and convert each UTF-8 byte into an 8-bit binary value.

Quick Examples

A

01000001

B

01000010

1

00110001

!

00100001

Text to Binary Reference

Common ASCII character codes

Quick reference for several common one-byte characters.

A

Decimal: 65

01000001

B

Decimal: 66

01000010

C

Decimal: 67

01000011

a

Decimal: 97

01100001

b

Decimal: 98

01100010

0

Decimal: 48

00110000

1

Decimal: 49

00110001

Space

Decimal: 32

00100000

Simple Process

Convert Text to Binary in 3 Steps

Enter plain text, encode it into UTF-8 bytes and view each byte as an 8-bit binary value.

01
01

Enter Text

Type or paste the plain text you want to convert.

02
02

Encode as UTF-8

The text is encoded into UTF-8 bytes.

03
03

View Binary

Each byte is displayed as an 8-bit binary value.