A VIN describes how a vehicle was built. It cannot describe where it was shipped, and no decoder anywhere changes that. The free GCC spec check reads your VIN, gives a verdict with a certainty score and the evidence behind it, and lists the physical and documentary checks that settle what the VIN cannot, starting with the GSO conformity lookup. The full VIN decoder returns every attribute the decode resolves, and the Toyota page explains the scheme above position by position.
Common questions
What is a frame code and where is it in the VIN?
On older Toyotas the frame code, something like EE111 or AE110, is the identifier the parts system uses. It is not printed in the VIN as a block. It is derived: position 6 gives the engine series, position 7 the model line, and positions 8 and 9 the frame number, where the leading letter stands for the decade. This decoder computes it rather than looking it up.