What kind of encoding is this?

l6873

Senior member
Sep 9, 2005
255
0
0
I posted this under the programming section, but after no replies I thought I'd try my luck in here.

What I have figured out so far:

a = %5C
b = _
c = %5E
d = Y
e = X
f = %5B
g = Z
h = U
i = T
j = W
k = V
l = Q
m = P
n = S
o = R
p = M
q = L
r = O
s = N
t = I
u = H
v = K
w = J
x = E
y = D
z = G

0 = %0D
1 = %0C
2 = %0F
3 = %0E
4 = %09
5 = %08
6 = %0B
7 = %0A
8 = %05
9 = %04

. = %13
/ = %12
; = %06
: = %07
< = %01
? = %02
> = %03
- = %10
, = %11
$ = %19
% = %18
* = %17
+ = %16
( = %15
) = %14

Any ideas? It should be something fairly common...