While some feature phones also may be thought of as handheld computers integrated with mobile telephones, a feature phone is typically based on proprietary firmware, while a smartphone runs a more open and complete mobile operating system. Widespread examples of smartphone operating systems are Apple's iOS/iPhone, Google's Android, Microsoft's Windows Phone 7, Nokia's Symbian, RIM's BlackBerry OS, and embedded Linux distributions such as Maemo and MeeGo. Such systems can be installed on many different phone models, and typically each device can receive multiple OS software updates over its lifetime. Smartphones can run third-party applications using advanced application programming interfaces (APIs). The particular choice of character set selected for the 64 characters required for the 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 information systems, such as email, that were traditionally not 8-bit clean.[1] 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. Encoded in ASCII, M, a, n are stored as the bytes 77, 97, 110, which are, in 8-bit quantities, 01001101, 01100001, 01101110 in base 2. These three bytes are joined together into a 24 bit buffer producing 010011010110000101101110. Packs of 6 bits (6 bits have a maximum of 64 different binary values) are converted into numbers (in this case, there are 4 numbers in this 24-bit string), which are then converted to their corresponding values in Base64. The number of output bytes per input byte is approximately 4 / 3 (33% overhead) and converges to that value for large number of bytes. More specifically, given an input of n bytes, the output will be bytes long, including padding characters. URL applications |
Basic Instructions:
1) Important: Be sure to click the correct radio button for the type of image format you are converting. Programmers note: in theory, you can embed any type of file (exe's, pdf's, audio, etc) to base64, you will have to manually change the datatype tag in the exported HTML - tech support will not be provided for non-images. Also note that the conversion time may take over a minute for large images due to complex number crunching.
2) Simply select the image.
3) At this point you can either copy the HTML code to the clipboard or export an HTML file.
Example of the exported page in a browser, along with a look at the View-Html Source window. |
Copyright (c) 2012 Don Bice