Tool to read / fill a grid and extract to its coordinates. A grid / table is a set of boxes characterized by the organization of their data via coordinates.
Grid Coordinates - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Indicate the list of values to dCode, regardless of the format. Then indicate if the values are separated by a special character or not and / or if the beginning of lines have a distinctive sign or not (carriage return/new line, character separator, etc.).
dCode will automatically transform the data into a table, and provide coordinates.
Example: abcdef can be represented as an array of 2x3 as follows:
a | b |
c | d |
e | f |
Example: 1,2,3,4 can be represented as an array of 2x2 as:
1 | 2 |
3 | 4 |
The extraction of the coordinates require reading all the rows and all the columns of the table to note the positions of type (line, column) or (column, line).
Generally, the numbering is based on numbers (from 1 to N) or letters (A to Z).
dCode retains ownership of the "Grid Coordinates" source code. Any algorithm for the "Grid Coordinates" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Grid Coordinates" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Grid Coordinates" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Grid Coordinates" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Grid Coordinates on dCode.fr [online website], retrieved on 2025-04-16,