Encode advocates to Base64
Base64 result: YWR2b2NhdGVz
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: advocates to YWR2b2NhdGVz
Step 1: Map ASCII Characters to Binary
| ASCII Character | Binary Value |
|---|---|
| a | 01100001 |
| d | 01100100 |
| v | 01110110 |
| o | 01101111 |
| c | 01100011 |
| a | 01100001 |
| t | 01110100 |
| e | 01100101 |
| s | 01110011 |
Step 2: Group Bits into 6-bit Chunks
The binary string is grouped into 6-bit chunks for Base64 encoding:
011000 010110 010001 110110 011011 110110 001101 100001 011101 000110 010101 110011
Step 3: Convert Binary to Base64
| Binary Value | Base64 Character |
|---|---|
| 011000 | Y |
| 010110 | W |
| 010001 | R |
| 110110 | 2 |
| 011011 | b |
| 110110 | 2 |
| 001101 | N |
| 100001 | h |
| 011101 | d |
| 000110 | G |
| 010101 | V |
| 110011 | z |
When combined, these characters form the encoded string: "YWR2b2NhdGVz"
Related Conversion Tools
Recent Posts
How to Base64 Encode Data in Bash Linux
December 11, 2024
How to Base64 Encode Data in Go (Golang)
December 11, 2024
How to Base64 Encode Data in JavaScript
December 11, 2024
How to Base64 Encode Data in PowerShell
December 11, 2024
How to Base64 Encode a String in Node.js
December 11, 2024
Encode History
Your encode history will appear here. Start encoding to build your history!