Chinese Chess FEN Load and Export | Xiangqi
Load FEN, generate clear board images or animated GIFs, and share positions for review and teaching for Chinese chess (xiangqi).
Open AI Analysis Board →
This page does more than display a FEN string. It turns FEN into practical Xiangqi material: load a position and generate a clear static board image for saving or sharing; when the FEN includes move history after moves, generate an animated GIF that shows the game step by step for review, teaching, and sharing. FEN still matters because it compresses a board position into one line of text, making the position easy to save, search, share, and reload. It is more precise than a screenshot, more consistent than a verbal description, and faster than setting up the board again.
Author: Sachess Development Team
·
Updated: 2026-08-18
·
3 Sources
Details
FEN to board image: turn a position into a clear static diagram
FEN to board image converts one compact position string into a static Xiangqi diagram that anyone can read immediately. Paste a FEN into the input field and the page parses the pieces, side to move, and board layout before drawing the complete position. This is useful when you want to preserve a critical engine position, an endgame exercise, a lesson example, or a turning point from a tournament game. Unlike a screenshot, the generated image does not include browser buttons, page borders, or unrelated content, and it does not depend on the original page remaining available.
The generated image can be used in review notes, lesson slides, chat messages, puzzle material, or a personal game archive. A FEN without moves gives you a fast picture of the current position; a FEN with move history lets you restore the sequence first and then inspect the exact node you want to study. The output keeps the board layout, piece lettering, river, and lines readable, so the recipient can understand the position without installing a chess program or rebuilding the board by hand.
- Useful for critical positions, endgame exercises, and teaching examples.
- The static image contains the board rather than unrelated page controls.
- Anyone can read it without opening an engine or rebuilding the position.
FEN to animated GIF: turn move history into a review animation
FEN to animated GIF is a distinctive feature of this page. When a FEN includes a moves sequence, the page can restore the starting position and draw each following node as a continuous animation. The result shows the order of play and the changing board after each move. That makes it useful for explaining why a move was critical, demonstrating an endgame solution, sharing a short tactical combination, or turning a compact game record into a review that someone can watch without operating the board themselves.
You can choose the delay between moves and decide whether the GIF should loop, then preview it and download it directly. Compared with sending a long text move list, an animation makes the tactical story easier to follow. Compared with a screen recording, it is lighter and easier to embed in a message, lesson document, or webpage. The renderer prioritizes readable piece lettering and board lines while controlling file size. A FEN without moves describes only one static position, so use Generate Board Image for that case.
- A FEN with moves is required to restore a sequence and create a GIF.
- Choose the playback speed and whether the animation loops.
- Useful for tactics, endgames, review sharing, and teaching.
What FEN records
FEN is not a game record. It records the position state. In other words, it answers questions like what pieces are on the board, whose turn it is, and whether the current state can support certain rule actions. It does not answer how the game reached that position. That difference matters because many players mix up the state and the process, which leads to confusion when sharing or loading positions.
Turning a position into text gives you portability. You can send one FEN line to a friend or open it again on another device. For exercises, teaching, tournament records, and quick review, this format is compact and accurate. Even more importantly, it is a strong starting point for later analysis because you can feed it directly into the engine, cloud book, or history playback.
- FEN describes state, not the full sequence.
- One line of text is more precise than a screenshot and easier to reload.
- It is a good entry point for exercises, teaching, and cross-device analysis.
Why both load and export matter
Import alone is not enough, and export alone is not enough either. Loading lets you pick up someone else’s position quickly. Exporting lets you save your own analysis and continue later. In real use, the common workflow is to see a position on a phone, load it for analysis, and then export the result to a desktop for deeper work. If that round trip is smooth, FEN becomes genuinely useful.
The page also supports a history-attached form, which matters a lot for review. Often you do not only want “this position,” but also “how did it arise?” When moves are attached after the base FEN, you can reconstruct the whole variation and check it step by step with the engine or cloud book. That preserves both the position and its context.
- Import helps you connect to positions shared by others.
- Export helps you preserve your own analysis for later.
- History-attached FEN is especially useful for review and training.
From FEN to analysis — the complete workflow
Loading a FEN string is just the beginning. Once the position is on the board, you can send it directly to the AI engine for evaluation, check the cloud book for practical win rates, or start a full game review. The real value of FEN is not just saving a position — it is being able to push it through the entire analysis pipeline without re-entering the board state manually.
For puzzle creators, the position editor lets you set up any custom position and export it as FEN. For physical board users, the photo to FEN feature turns a camera shot into a shareable position string. And the FEN examples page provides ready-to-use positions for study and teaching. Together, these tools make FEN the universal bridge between every Xiangqi workflow.
- Load FEN → AI engine analysis for score and best moves.
- Use the position editor to create custom puzzles from any FEN.
- Convert physical board photos to FEN with the photo recognition tool.
FAQ
Can FEN include historyYes. The page supports the full base FEN plus moves format so you can return to the variation chain.
What happens with invalid inputThe app reports the issue and still keeps any valid portion it can parse, which makes correction easier.
Where is this usefulTeaching, sharing game records, puzzle creation, and continuing analysis across devices.
Which is more important, FEN or the game recordThey serve different jobs. FEN is better for current state, while a game record is better for the full sequence.
Can I create a FEN from a photoYes. Use the photo recognition and AI analysis page to capture a physical board, convert it automatically, and continue into engine analysis.
How is FEN different from PGNFEN records a single position state. PGN records the full sequence of moves in a game. See the FEN Guide for a deeper comparison.