Formats other than -c are specified by pairs of characters telling size and style, .L 4x by default. The sizes are
\w'2 or w 'u 1 " or " b 1-byte units.
0
2 " or " w 2-byte big-endian units.
4 " or " l 4-byte big-endian units.
8 " or " v 8-byte big-endian units.
The styles are
0 o Octal.
0
x Hexadecimal.
d Decimal.
Other options are
\w'\fL-astyle\fLX'u -c Format as 1x but print ASCII representations or C escape sequences where possible.
-R Format as 1x but print Rune representations or C escape sequences where possible.
-a style Print file addresses in the given style (and size 4).
-u (Unbuffered) Flush the output buffer after each 16-byte sequence.
-s Reverse (swab) the order of bytes in each group of 4 before printing.
-r Print repeating groups of identical 16-byte sequences as the first group followed by an asterisk.