Base64 conversion
This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/4331/. Also, please do not modify any references to the original work (if any) contained in this content.
Hello.
I want a converter for base64 numbers.
Standard base64's digits is 0-9 A-Z a-z and + and /
but the last two digits not in sort order, so these type of base64 numbers are not sort-able.
Mine is 0-9 A-Z a-z and { and }
the last two chars "{" and "}" are in correct sort order.
The main decimal number is separated in 6-bit digits. Each digit is shown with one of those 64 digits, listed above.
e.g. "h2Ht" equals to 732701815.
I did write it in Excel, but it's better it be in this site.
Thank you.
Created by this request
| Base 64 encoding and decoding The calculators encode string to base64 string and decode back to original string. Special characters (+/) , generally produced by base64 algorithm, can be replaced by the data provided in additional parameter. |
Comments