Not sure what you mean - pkcs 8 defines how the key is held internally, pkcs 12 defines the format of a key exchange file.
If you export (backup) a personal certificate from FireFox, it will save the private/public key pair in a password encrypted pkcs12 format file, which can then be imported into IE, for example.
See
here for more on pkcs standards.
HTH