Yo! Base64 Encode logoYo! Base64 Encode

Encode sinatra to Base64

Base64 result: c2luYXRyYQ==

For encoded binaries (like images, documents, etc.) use the file upload form below.
Encode base64 strings in real-time as you type or paste.
Encoding Process: sinatra to c2luYXRyYQ==

Step 1: Map ASCII Characters to Binary

ASCII CharacterBinary Value
s01110011
i01101001
n01101110
a01100001
t01110100
r01110010
a01100001

Step 2: Group Bits into 6-bit Chunks

The binary string is grouped into 6-bit chunks for Base64 encoding:

011100 110110 100101 101110 011000 010111 010001 110010 011000 01

Step 3: Convert Binary to Base64

Binary ValueBase64 Character
011100c
1101102
100101l
101110u
011000Y
010111X
010001R
110010y
011000Y
01Q

When combined, these characters form the encoded string: "c2luYXRyYQ=="

Related Conversion Tools
Encode History

Your encode history will appear here. Start encoding to build your history!