This login is for members of The Broadway League, who are primarily theatre owners and operators, producers, presenters, and general managers in North American cities, as well as suppliers of goods and services to the commercial theatre industry.
Consumers looking for ticketing accounts should contact directly the theatre where your account is held.
First segment: %E3%82%AB: E3 82 AB → Decode in UTF-8. Let's do this properly.
Alternatively, let me check each decoded character:
For E3 82 AB → "カ" E3 83 B2 → "リ" E3 83 B3 → "ビ" E3 82 A1 → "ア" E3 83 B3 → "ン" E3 82 B3 → "コ" E3 83 A0 → "モ"
The numbers "062212-055" could be a product code, like a part number, serial number, or ISBN. The first part 062212 might be a date, like June 22, 2012, but not sure. The user says "article", but the term might refer to an article in a publication, or an article (item) in a store. Alternatively, it could be a model number.
Code point = (((first byte & 0x0F) << 12) | ((second byte & 0x3F) << 6) | (third byte & 0x3F))