我投票支持bitset:
bitset
void pbits(std::string const& s) { for(std::size_t i=0; i(s[i]) << " "; } int main() { pbits("\x80\x70"); }