Jump to content
  • 0

Question about Base32


Stolao

Question


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   340
  • Joined:  10/17/12
  • Last Seen:  

I was wondering, the base32 used in rathena is it rfc 4648 base32 or Crockford's base32? I want to add a Base10 -> Base32 Converter

 

RFC

0 	A 		9 	J 		18 	S 		27 	3
1 	B 		10 	K 		19 	T 		28 	4
2 	C 		11 	L 		20 	U 		29 	5
3 	D 		12 	M 		21 	V 		30 	6
4 	E 		13 	N 		22 	W 		31 	7
5 	F 		14 	O 		23 	X 			
6 	G 		15 	P 		24 	Y 			
7 	H 		16 	Q 		25 	Z 			
8 	I 		17 	R 		26 	2 		

 Crockford's

0 	0 			16 	G 	
1 	1 	 		17 	H 	
2 	2 	 		18 	J 	
3 	3 			19 	K 	
4 	4 	 		20 	M 	
5 	5 	 		21 	N 	
6 	6 	 		22 	P 	
7 	7 	 		23 	Q 	
8 	8 	 		24 	R 	
9 	9 	 		25 	S 
10 	A 	 		26 	T 	
11 	B 	 		27 	V 	
12 	C 			28 	W 	
13 	D	        	29 	X 	
14 	E 			30 	Y 	
15 	F 			31 	Z 	
Edited by Stolao
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   340
  • Joined:  10/17/12
  • Last Seen:  

quick bump

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...