Encode postgraduate to Base64
Base64 result: cG9zdGdyYWR1YXRl
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: postgraduate to cG9zdGdyYWR1YXRl
Step 1: Map ASCII Characters to Binary
| ASCII Character | Binary Value |
|---|---|
| p | 01110000 |
| o | 01101111 |
| s | 01110011 |
| t | 01110100 |
| g | 01100111 |
| r | 01110010 |
| a | 01100001 |
| d | 01100100 |
| u | 01110101 |
| a | 01100001 |
| t | 01110100 |
| e | 01100101 |
Step 2: Group Bits into 6-bit Chunks
The binary string is grouped into 6-bit chunks for Base64 encoding:
011100 000110 111101 110011 011101 000110 011101 110010 011000 010110 010001 110101 011000 010111 010001 100101
Step 3: Convert Binary to Base64
| Binary Value | Base64 Character |
|---|---|
| 011100 | c |
| 000110 | G |
| 111101 | 9 |
| 110011 | z |
| 011101 | d |
| 000110 | G |
| 011101 | d |
| 110010 | y |
| 011000 | Y |
| 010110 | W |
| 010001 | R |
| 110101 | 1 |
| 011000 | Y |
| 010111 | X |
| 010001 | R |
| 100101 | l |
When combined, these characters form the encoded string: "cG9zdGdyYWR1YXRl"
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!