Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
UTF-7
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Decoding=== First an encoded data must be separated into plain ASCII text chunks (including '''+'''es followed by a dash) and nonempty Unicode blocks as mentioned in the description section. Once this is done, each Unicode block must be decoded with the following procedure (using the result of the encoding example above as our example) #Express each Base64 code as the bit sequence it represents:<br /><samp>AKMgIA β 000000 001010 001100 100000 001000 000000</samp> #Regroup the binary into groups of sixteen bits, starting from the left:<br /><samp>000000 001010 001100 100000 001000 000000 β 0000000010100011 0010000000100000 0000</samp> #If there is an incomplete group at the end containing only zeros, discard it (if the incomplete group contains any ones, the code is invalid):<br /><samp>0000000010100011 0010000000100000</samp> #Each group of 16 bits is a character's Unicode (UTF-16) number and can be expressed in other forms:<br /><samp>0000 0000 1010 0011 β‘ 0x00A3 β‘ 163<sub>10</sub></samp>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)