Encode argentina to Base64
Base64 result: YXJnZW50aW5h
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: argentina to YXJnZW50aW5h
Step 1: Map ASCII Characters to Binary
| ASCII Character | Binary Value |
|---|---|
| a | 01100001 |
| r | 01110010 |
| g | 01100111 |
| e | 01100101 |
| n | 01101110 |
| t | 01110100 |
| i | 01101001 |
| n | 01101110 |
| a | 01100001 |
Step 2: Group Bits into 6-bit Chunks
The binary string is grouped into 6-bit chunks for Base64 encoding:
011000 010111 001001 100111 011001 010110 111001 110100 011010 010110 111001 100001
Step 3: Convert Binary to Base64
| Binary Value | Base64 Character |
|---|---|
| 011000 | Y |
| 010111 | X |
| 001001 | J |
| 100111 | n |
| 011001 | Z |
| 010110 | W |
| 111001 | 5 |
| 110100 | 0 |
| 011010 | a |
| 010110 | W |
| 111001 | 5 |
| 100001 | h |
When combined, these characters form the encoded string: "YXJnZW50aW5h"
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!