Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 KB | None | 0 0
  1. As character names:
  2.  
  3. U+001A <control> character
  4. U+007A LATIN SMALL LETTER Z character
  5. U+0064 LATIN SMALL LETTER D character
  6. U+004A LATIN CAPITAL LETTER J character
  7. U+0012 <control> character
  8. U+0058 LATIN CAPITAL LETTER X character
  9. U+007F <control> character (&#x007F;)
  10. U+005D RIGHT SQUARE BRACKET character (])
  11. U+001D <control> character
  12. U+0020 SPACE character
  13. U+0054 LATIN CAPITAL LETTER T character
  14. U+0019 <control> character
  15. U+003F QUESTION MARK character (?)
  16. U+006C LATIN SMALL LETTER L character
  17. U+002A ASTERISK character (*)
  18. U+0009 <control> character
  19. U+0015 <control> character
  20. U+003D EQUALS SIGN character (=)
  21. U+0050 LATIN CAPITAL LETTER P character
  22. U+006E LATIN SMALL LETTER N character
  23. U+0051 LATIN CAPITAL LETTER Q character
  24. U+000C <control> character
  25. U+005C REVERSE SOLIDUS character (\)
  26. U+0002 <control> character
  27. U+0036 DIGIT SIX character (6)
  28. U+002C COMMA character (,)
  29. U+0050 LATIN CAPITAL LETTER P character
  30. U+000F <control> character
  31. U+004E LATIN CAPITAL LETTER N character
  32. U+0007 <control> character
  33. U+005B LEFT SQUARE BRACKET character ([)
  34. U+0001 <control> character
  35. U+0057 LATIN CAPITAL LETTER W character
  36. As raw characters:
  37.  
  38. zdJX] T?l* =PnQ \6,PN[W
  39. As a string of HTML entities:
  40.  
  41. &#x001a;&#x007a;&#x0064;&#x004a;&#x0012;&#x0058;&#x007f;&#x005d;&#x001d;&#x0020;&#x0054;&#x0019;&#x003f;&#x006c;&#x002a;&#x0009;&#x0015;&#x003d;&#x0050;&#x006e;&#x0051;&#x000c;&#x005c;&#x0002;&#x0036;&#x002c;&#x0050;&#x000f;&#x004e;&#x0007;&#x005b;&#x0001;&#x0057;
  42. Decoder output:
  43.  
  44. Byte number 1 is decimal 139, hex 0x8B, octal \213, binary 10001011
  45. Unexpected continuation byte.
  46.  
  47. Byte number 2 is decimal 245, hex 0xF5, octal \365, binary 11110101
  48. This is the first byte of a 4 byte sequence.
  49.  
  50. Byte number 3 is decimal 26, hex 0x1A, octal \032, binary 00011010
  51. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  52.  
  53. U+001A <control>
  54. = SUBSTITUTE
  55. x (replacement character - FFFD)
  56.  
  57.  
  58. Byte number 4 is decimal 122, hex 0x7A, octal \172, binary 01111010
  59.  
  60. U+007A LATIN SMALL LETTER Z
  61. x (latin small letter z with stroke - 01B6)
  62.  
  63.  
  64. Byte number 5 is decimal 193, hex 0xC1, octal \301, binary 11000001
  65. This is the first byte of a 2 byte sequence.
  66.  
  67. Byte number 6 is decimal 216, hex 0xD8, octal \330, binary 11011000
  68. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  69. This is the first byte of a 2 byte sequence.
  70.  
  71. Byte number 7 is decimal 243, hex 0xF3, octal \363, binary 11110011
  72. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  73. This is the first byte of a 4 byte sequence.
  74.  
  75. Byte number 8 is decimal 100, hex 0x64, octal \144, binary 01100100
  76. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  77.  
  78. U+0064 LATIN SMALL LETTER D
  79.  
  80.  
  81. Byte number 9 is decimal 130, hex 0x82, octal \202, binary 10000010
  82. Unexpected continuation byte.
  83.  
  84. Byte number 10 is decimal 130, hex 0x82, octal \202, binary 10000010
  85. Unexpected continuation byte.
  86.  
  87. Byte number 11 is decimal 74, hex 0x4A, octal \112, binary 01001010
  88.  
  89. U+004A LATIN CAPITAL LETTER J
  90.  
  91.  
  92. Byte number 12 is decimal 18, hex 0x12, octal \022, binary 00010010
  93.  
  94. U+0012 <control>
  95. = DEVICE CONTROL TWO
  96.  
  97.  
  98. Byte number 13 is decimal 88, hex 0x58, octal \130, binary 01011000
  99.  
  100. U+0058 LATIN CAPITAL LETTER X
  101.  
  102.  
  103. Byte number 14 is decimal 127, hex 0x7F, octal \177, binary 01111111
  104.  
  105. U+007F <control>
  106. = DELETE
  107.  
  108.  
  109. Byte number 15 is decimal 93, hex 0x5D, octal \135, binary 01011101
  110.  
  111. U+005D RIGHT SQUARE BRACKET
  112. = closing square bracket (1.0)
  113.  
  114.  
  115. Byte number 16 is decimal 246, hex 0xF6, octal \366, binary 11110110
  116. This is the first byte of a 4 byte sequence.
  117.  
  118. Byte number 17 is decimal 139, hex 0x8B, octal \213, binary 10001011
  119. This is continuation byte 1, expecting 2 more.
  120.  
  121. Byte number 18 is decimal 29, hex 0x1D, octal \035, binary 00011101
  122. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  123.  
  124. U+001D <control>
  125. = INFORMATION SEPARATOR THREE
  126. = group separator (GS)
  127.  
  128.  
  129. Byte number 19 is decimal 215, hex 0xD7, octal \327, binary 11010111
  130. This is the first byte of a 2 byte sequence.
  131.  
  132. Byte number 20 is decimal 32, hex 0x20, octal \040, binary 00100000
  133. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  134.  
  135. U+0020 SPACE
  136. * sometimes considered a control code
  137. * other space characters: 2000-200A
  138. x (no-break space - 00A0)
  139. x (zero width space - 200B)
  140. x (word joiner - 2060)
  141. x (ideographic space - 3000)
  142. x (zero width no-break space - FEFF)
  143.  
  144.  
  145. Byte number 21 is decimal 84, hex 0x54, octal \124, binary 01010100
  146.  
  147. U+0054 LATIN CAPITAL LETTER T
  148.  
  149.  
  150. Byte number 22 is decimal 25, hex 0x19, octal \031, binary 00011001
  151.  
  152. U+0019 <control>
  153. = END OF MEDIUM
  154.  
  155.  
  156. Byte number 23 is decimal 63, hex 0x3F, octal \077, binary 00111111
  157.  
  158. U+003F QUESTION MARK
  159. x (inverted question mark - 00BF)
  160. x (greek question mark - 037E)
  161. x (arabic question mark - 061F)
  162. x (interrobang - 203D)
  163. x (question exclamation mark - 2048)
  164. x (exclamation question mark - 2049)
  165.  
  166.  
  167. Byte number 24 is decimal 108, hex 0x6C, octal \154, binary 01101100
  168.  
  169. U+006C LATIN SMALL LETTER L
  170. x (script small l - 2113)
  171. x (mathematical script small l - 1D4C1)
  172.  
  173.  
  174. Byte number 25 is decimal 42, hex 0x2A, octal \052, binary 00101010
  175.  
  176. U+002A ASTERISK
  177. = star (on phone keypads)
  178. x (arabic five pointed star - 066D)
  179. x (low asterisk - 204E)
  180. x (asterisk operator - 2217)
  181. x (sextile - 26B9)
  182. x (heavy asterisk - 2731)
  183.  
  184.  
  185. Byte number 26 is decimal 9, hex 0x09, octal \011, binary 00001001
  186.  
  187. U+0009 <control>
  188. = CHARACTER TABULATION
  189. = horizontal tabulation (HT), tab
  190.  
  191.  
  192. Byte number 27 is decimal 21, hex 0x15, octal \025, binary 00010101
  193.  
  194. U+0015 <control>
  195. = NEGATIVE ACKNOWLEDGE
  196.  
  197.  
  198. Byte number 28 is decimal 61, hex 0x3D, octal \075, binary 00111101
  199.  
  200. U+003D EQUALS SIGN
  201. * other related characters: 2241-2263
  202. x (not equal to - 2260)
  203. x (identical to - 2261)
  204. x (modifier letter short equals sign - A78A)
  205. x (roman sextans sign - 10190)
  206.  
  207.  
  208. Byte number 29 is decimal 80, hex 0x50, octal \120, binary 01010000
  209.  
  210. U+0050 LATIN CAPITAL LETTER P
  211. x (double-struck capital p - 2119)
  212.  
  213.  
  214. Byte number 30 is decimal 110, hex 0x6E, octal \156, binary 01101110
  215.  
  216. U+006E LATIN SMALL LETTER N
  217. x (superscript latin small letter n - 207F)
  218.  
  219.  
  220. Byte number 31 is decimal 245, hex 0xF5, octal \365, binary 11110101
  221. This is the first byte of a 4 byte sequence.
  222.  
  223. Byte number 32 is decimal 81, hex 0x51, octal \121, binary 01010001
  224. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  225.  
  226. U+0051 LATIN CAPITAL LETTER Q
  227. x (double-struck capital q - 211A)
  228.  
  229.  
  230. Byte number 33 is decimal 12, hex 0x0C, octal \014, binary 00001100
  231.  
  232. U+000C <control>
  233. = FORM FEED (FF)
  234.  
  235.  
  236. Byte number 34 is decimal 92, hex 0x5C, octal \134, binary 01011100
  237.  
  238. U+005C REVERSE SOLIDUS
  239. = backslash
  240. x (combining reverse solidus overlay - 20E5)
  241. x (set minus - 2216)
  242.  
  243.  
  244. Byte number 35 is decimal 197, hex 0xC5, octal \305, binary 11000101
  245. This is the first byte of a 2 byte sequence.
  246.  
  247. Byte number 36 is decimal 2, hex 0x02, octal \002, binary 00000010
  248. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  249.  
  250. U+0002 <control>
  251. = START OF TEXT
  252.  
  253.  
  254. Byte number 37 is decimal 253, hex 0xFD, octal \375, binary 11111101
  255. This is the first byte of a 6 byte sequence.
  256.  
  257. Byte number 38 is decimal 54, hex 0x36, octal \066, binary 00110110
  258. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  259.  
  260. U+0036 DIGIT SIX
  261.  
  262.  
  263. Byte number 39 is decimal 254, hex 0xFE, octal \376, binary 11111110
  264. Not a valid UTF-8 byte.
  265.  
  266. Byte number 40 is decimal 142, hex 0x8E, octal \216, binary 10001110
  267. Unexpected continuation byte.
  268.  
  269. Byte number 41 is decimal 44, hex 0x2C, octal \054, binary 00101100
  270.  
  271. U+002C COMMA
  272. = decimal separator
  273. x (arabic comma - 060C)
  274. x (single low-9 quotation mark - 201A)
  275. x (ideographic comma - 3001)
  276.  
  277.  
  278. Byte number 42 is decimal 80, hex 0x50, octal \120, binary 01010000
  279.  
  280. U+0050 LATIN CAPITAL LETTER P
  281. x (double-struck capital p - 2119)
  282.  
  283.  
  284. Byte number 43 is decimal 15, hex 0x0F, octal \017, binary 00001111
  285.  
  286. U+000F <control>
  287. = SHIFT IN
  288. * known as LOCKING-SHIFT ZERO in 8-bit environments
  289.  
  290.  
  291. Byte number 44 is decimal 169, hex 0xA9, octal \251, binary 10101001
  292. Unexpected continuation byte.
  293.  
  294. Byte number 45 is decimal 78, hex 0x4E, octal \116, binary 01001110
  295.  
  296. U+004E LATIN CAPITAL LETTER N
  297. x (double-struck capital n - 2115)
  298.  
  299.  
  300. Byte number 46 is decimal 7, hex 0x07, octal \007, binary 00000111
  301.  
  302. U+0007 <control>
  303. = BELL
  304.  
  305.  
  306. Byte number 47 is decimal 238, hex 0xEE, octal \356, binary 11101110
  307. This is the first byte of a 3 byte sequence.
  308.  
  309. Byte number 48 is decimal 91, hex 0x5B, octal \133, binary 01011011
  310. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  311.  
  312. U+005B LEFT SQUARE BRACKET
  313. = opening square bracket (1.0)
  314. * other bracket characters: 27E6-27EB, 2983-2998, 3008-301B
  315.  
  316.  
  317. Byte number 49 is decimal 133, hex 0x85, octal \205, binary 10000101
  318. Unexpected continuation byte.
  319.  
  320. Byte number 50 is decimal 1, hex 0x01, octal \001, binary 00000001
  321.  
  322. U+0001 <control>
  323. = START OF HEADING
  324.  
  325.  
  326. Byte number 51 is decimal 237, hex 0xED, octal \355, binary 11101101
  327. This is the first byte of a 3 byte sequence.
  328.  
  329. Byte number 52 is decimal 147, hex 0x93, octal \223, binary 10010011
  330. This is continuation byte 1, expecting 1 more.
  331.  
  332. Byte number 53 is decimal 87, hex 0x57, octal \127, binary 01010111
  333. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  334.  
  335. U+0057 LATIN CAPITAL LETTER W
  336.  
  337.  
  338. Byte number 54 is decimal 192, hex 0xC0, octal \300, binary 11000000
  339. This is the first byte of a 2 byte sequence.
  340.  
  341. Byte number 55 is decimal 200, hex 0xC8, octal \310, binary 11001000
  342. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  343. This is the first byte of a 2 byte sequence.
  344.  
  345. Byte number 56 is decimal 213, hex 0xD5, octal \325, binary 11010101
  346. Previous UTF-8 multibyte sequence incomplete, earlier bytes dropped.
  347. This is the first byte of a 2 byte sequence.
  348. End of file during multibyte sequence, some bytes dropped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement