将man命令产生的内容无乱码的输出到文本文件应该怎样写阿

将man命令产生的内容无乱码的输出到文本文件应该怎样写阿

我使用man ***>test.txt命令输出的文本文件中很多乱码,想问一下用什么命令才可以解决这个问题呢?
man command|col -b >com.txt
thanks!