Explanation
Standard Algebraic Notation, abbreviated SAN, records each legal move in a compact form. Every square has a fixed coordinate: the file, meaning column, is a letter from a to h, and the rank, meaning row, is a number from 1 to 8 counted from White's side. SAN is the most common short form of .
In PGN, Portable Game Notation, a text format for storing games, pieces use the English initials K, Q, R, B, and N for king, queen, rook, bishop, and knight. A pawn has no letter. Handwritten scoresheets in other languages may use local initials, but machine-readable PGN SAN uses the English letters.
Reading a move
- e4 means that a pawn moves to e4. The absence of a piece letter identifies it as a pawn move.
- Nf3 means that a knight moves to f3.
- Be6 means that a bishop captures on e6 and gives check, so the opposing king is under attack.
- e8Q means that a pawn reaches the last rank and promotes, becoming a queen.
- O-O and O-O-O represent , the special king-and-rook move on the kingside or queenside. PGN SAN uses the letter O.
SAN adds origin information only when necessary. If two knights can move to d2, Nbd2 identifies the one starting on the b-file. This disambiguation prevents one string from naming two legal moves. and show the origin more routinely.
The symbol marks checkmate, a position in which the king is attacked and has no legal reply. SAN describes one move inside a known position; an isolated string such as Nf3 is not enough to reconstruct the whole board.
Common confusions
Algebraic notation
Algebraic notation is the broader family based on a-h and 1-8 coordinates. SAN is its compact standardized form for recording moves.
View termLong Algebraic Notation
SAN omits the origin square unless it must distinguish pieces. The long form normally writes both origin and destination for every move.
View termLetter O and zero in castling
PGN SAN writes O-O with the letter O. Scoresheets and publications may also show 0-0 with zeros. Both represent the same castling move.
Sources
- 1.FIDE Laws of Chess taking effect from 1 January 2023, FIDE
- 2.Leyes del Ajedrez de la FIDE 2023, Federación Española de Ajedrez
- 3.Standard: Portable Game Notation Specification and Implementation Guide, rec.games.chess community; coordinated by Steven J. Edwards
