binary_to_decimal |
Binary to Decimal converter |
binary_to_hexadecimal |
Binary to Hexadecimal converter |
convert_to_all |
Convert a list of codes to all other formats |
convert_to_iso64bitl |
Convert any recognised ISO11784/5 format to Raw Hexadecimal format, animal tag bit on the Left |
convert_to_iso64bitr |
Convert any recognised ISO11784/5 format to Raw Hexadecimal format, animal tag bit on the Right |
convert_to_isodecimal |
Convert any recognised ISO11784/5 format to Decimal format |
convert_to_isodothex |
Convert any recognised ISO11784/5 format to Dot Hexadecimal format |
decimal_to_binary |
Decimal to Binary converter |
decimal_to_hexadecimal |
Decimal to Hexadecimal converter |
get_iso11784_format |
ISO11784 Pattern detection routine to identify (as far as possible) the input format |
hexadecimal_to_binary |
Hexadecimal to Binary converter This is simply a wrapper for decimal_to_binary and hexadecimal_to_decimal |
hexadecimal_to_decimal |
Hexadecimal to Decimal converter |
iso64bitleft_to_isodecimal |
ISO 11784 Raw Hexadecimal format, animal ID on the LEFT, To ISO11784 15 Digit Decimal |
iso64bitright_to_isodecimal |
ISO 11784 Raw Hexadecimal format, animal ID on the RIGHT, To ISO11784 15 Digit Decimal |
isodecimal_to_iso64bitleft |
ISO11784 15 Digit Decimal format To ISO11784 Raw Hexadecimal format, animal ID on the LEFT |
isodecimal_to_iso64bitright |
ISO11784 15 Digit Decimal format To ISO11784 Raw Hexadecimal format, animal ID on the RIGHT |
isodecimal_to_isodothex |
ISO11784 15 Digit Decimal format To ISO11784 Dot Hexadecimal |
isodothex_to_isodecimal |
ISO 11784 Dot Hexadecimal format To ISO11784 15 Digit Decimal |