Base64 Decode/Encode

Base64 Decode/Encode

Have to deal with Base64 format? Then this site is made for you! Use the super simple online form below to decode or encode your data. If you're interested about the inner workings of the Base64 format, just read the detailed description at the bottom of the page. Welcome!


Type or Paste here:


Result:



Base64 is a generic term for a number of similar encoding schemes that encode binary data by treating it numerically and translating it into a base 64 representation. The Base64 term originates from a specific MIME content transfer encoding.

Design


The particular choice of characters to make up the 64 characters required for base varies between implementations. The general rule is to choose a set of 64 characters that is both part of a subset common to most encodings, and also printable. This combination leaves the data unlikely to be modified in transit through systems, such as email, which were traditionally not 8-bit clean. For example, MIME's Base64 implementation uses A-Z, a-z, and 0-9 for the first 62 values. Other variations, usually derived from Base64, share this property but differ in the symbols chosen for the last two values; an example is UTF-7.

Example


A quote snippet from Thomas Hobbes's Leviathan:

"Man is distinguished, not only by his reason, but ..."

represented as an ASCII byte sequence is encoded in MIME's Base64 scheme as follows:

TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCAuLi4=

In the above quote the encoded value of Man is TWFu. Encoded in ASCII, M, a, n are stored as the bytes 77, 97, 110, which are 01001101, 01100001, 01101110 in base 2. These three bytes are joined together in a 24 bit buffer producing 010011010110000101101110. Packs of 6 bits (6 bits have a maximum of 64 different binary values) are converted into 4 numbers (24 = 4 * 6 bits) which are then converted to their corresponding values in Base64.

Text content M a n
ASCII 77 97 110
Bit pattern 0 1 0 0 1 1 0 1 0 1 1 0 0 0 0 1 0 1 1 0 1 1 1 0
Index 19 22 5 46
Base64-encoded T W F u

As this example illustrates, Base64 encoding converts 3 uncoded bytes (in this case, ASCII characters) into 4 encoded ASCII characters.

Source: Wikipedia
Name

Acer,2,Android,39,Android 5.0 Lollipop,7,Android 5.0.1 Lollipop,5,Android 5.0.2 Lollipop,5,Android 6.0.1,1,Android 7.1.1,1,Android Apps,58,Android LG G3,2,Android Marshmallow,2,Android MTK,4,Android Theme apps,1,Apple,5,Apps HTC,1,Apps Mod,1,AT&T LG Optimus G,1,Backup EFS,2,Backup IMEI,2,Blogger,10,Blogger Templates,10,Browser,5,Call,1,Camera,1,China Phone,1,Cloud,1,Custom Rom,2,Custom Rom HTC,4,Custom Rom LG,1,Custom Rom Samsung,1,Download Sony Xperia Z4 Tablet SOT31 Stock Rom,1,Download Stock Rom Xperia,1,Driver,7,Driver Android,5,Driver Asus,1,Driver Gotech,1,Driver Lenovo MTK,1,Driver YU Yuphoria,4,Enable USB Debugging,2,Galaxy A3,7,Galaxy A5,3,Galaxy J5,2,Galaxy Note 3,1,Galaxy Note 5,1,Galaxy S4,1,Galaxy S5,16,Galaxy S6,1,Galaxy S8,3,Galaxy S8 Plus,3,Game Android,2,Game Computer,1,Google Apps,35,Google Nexus Driver,1,Google Play,9,Guide Blogger Template,4,Hard Reset,1,Hot,5,How to,58,HTC,25,HTC 10,1,HTC M9,1,HTC ONE A9,1,HTC ONE E8,1,HTC ONE M7,8,HTC ONE M8,6,HTC One M9,1,Internet,6,iPad,1,iPhone,3,iPhone 7,1,Kodi,2,LG,8,Magazine Blogger Template,5,Metro Blogger Template,1,Military Science,2,Mod,1,Office,3,Personalized,4,Photo Blogger Template,1,pit file,1,Recovery TeamWin,1,Remove Passcode,1,Responsive Blogger Template,9,Ringtones Stock,1,Rom Repair Samsung Android,29,Rom Stock Samsung,22,Root and Recovery,28,Root LG,3,Root Samsung,20,Root Xperia,3,Samsung,62,SMS,1,Sony Xperia,11,Sony Xperia Z4 Tablet SOT31 Stock Rom,1,Stock Rom,47,Stock rom Acer,2,Stock rom HTC,10,Stock Rom LG,1,Stock Rom Xperia,5,System App,1,Tool for Computer,2,Tools,23,Tools Android,18,Tools Asus,1,Tools For HTC,7,Tools for Kodi,1,Tools For LG,3,Tools For MTK,7,Tools for Nexus,1,Tools For Samsung Androi,7,Tools For Sony Xperia,3,Tools iOS,1,Tools Xperia,1,Tutorials HTC,1,Tutorials iPhone,2,Update,1,Video,9,Wallpapers Stock,5,Xperia,8,Xperia Z Ultra SGP412,1,Xperia Z Ultra SGP412 Stock Rom,1,
ltr
static_page
Software PDA: Base64 Decode/Encode
Base64 Decode/Encode
Software PDA
https://rom-smartphone.blogspot.com/p/base64-decodeencode.html
https://rom-smartphone.blogspot.com/
http://rom-smartphone.blogspot.com/
http://rom-smartphone.blogspot.com/p/base64-decodeencode.html
true
8980048278168675031
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy
// Plugin seo auto links By www.softwarepda.net