Tool to display / translate a chess notation in UCI (Universal Chess Interface) format, composed of the coordinates of squares representing the moves (start-finish).
UCI Chess Notation - dCode
Tag(s) : Notation System, Board Games
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!
In chess, the UCI notation (for Universal Chess Interface) is the writing used by the UCI protocol which allows communication between chess software.
The UCI format describes the movements of the pieces by encoding the start and end coordinates of the piece. The moves are therefore noted with 4 characters (letter, digit, letter, digit).
Example: d2d4 movement of the piece in coordinate d2 towards the square d4
The coordinate system of the chessboard is standard, in view from the white player (whose pieces are at the bottom): the columns are noted from a to h (from left to right) and the rows from '1 ' to 8 (bottom to top).
Case (uppercase and lowercase) is ignored, but the majority of the time the moves are all written in lowercase.
The writing of the starting and ending squares makes it possible to describe the vast majority of moves, with the exception of promotions, which involve a player's choice as to the promoted piece. In this case, the notation changes to 5 characters, the letter of the piece is added at the end.
The allowed letters are: Q for Queen, B for Bishop, N for Knight, and R for Rook.
Example: e7e8q for a pawn promotion to Queen
The writing of the castling indicates the square of departure of the king and that of arrival of the king, not for the rook.
Writing a take en passant is nothing special, it includes the start square and the finish square, there is no ambiguity.
dCode retains ownership of the "UCI Chess Notation" source code. Any algorithm for the "UCI Chess Notation" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "UCI Chess Notation" 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 "UCI Chess Notation" 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 "UCI Chess Notation" 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: UCI Chess Notation on dCode.fr [online website], retrieved on 2025-04-16,